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

- old
+ new

@@ -3,10 +3,10 @@ command: 'bundle exec rubocop' required: true brakeman: description: 'Brakeman' - command: 'bundle exec brakeman -Aqz' + command: 'bundle exec brakeman -Aqz4' required: true rails_best_practices: description: 'Rails Best Practices' command: 'bundle exec rails_best_practices'