config/default_tools.yml in massa-0.2.1 vs config/default_tools.yml in massa-0.3.0

- old
+ new

@@ -1,22 +1,27 @@ rubocop: description: 'Rubocop' command: 'bundle exec rubocop' required: true +haml_lint: + description: 'HAML lint' + command: 'bundle exec haml-lint app/views' + required: true + brakeman: - description: 'Brakeman' + description: 'Brakeman (security vulnerability scanner)' command: 'bundle exec brakeman -Aqz4' required: true rails_best_practices: description: 'Rails Best Practices' command: 'bundle exec rails_best_practices' required: true -haml_lint: - description: 'HAML lint' - command: 'bundle exec haml-lint app/views' +flay: + description: 'Flay (code analyzes for structural similarities)' + command: 'bundle exec flay .' required: true i18n-tasks: description: 'I18n translations' command: 'bundle exec i18n-tasks missing'