rubocop: description: 'Rubocop' command: 'bundle exec rubocop' required: true brakeman: description: 'Brakeman' 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' required: true i18n-tasks: description: 'I18n translations' command: 'bundle exec i18n-tasks missing' required: false rspec-rails: description: 'RSpec' command: 'RAILS_ENV=test bundle exec rspec' required: true