Sha256: bbb624da306f74a506a6436ae5f042391e82403756b6d50a76ce85e378a28794
Contents?: true
Size: 1.19 KB
Versions: 17
Compression:
Stored size: 1.19 KB
Contents
# By leaving this file empty, massa will run all default tools. You can check them here: # https://github.com/lucascaton/massa/blob/master/config/default_tools.yml # Otherwise you can define your own tools like in the following examples: 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 (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 # i18n-tasks: description: 'I18n translations' command: 'bundle exec i18n-tasks missing' required: false # es_lint: # description: 'ES lint' # command: 'npm run eslint --ext js .' # gem: false # required: true # karma: # description: 'Karma (JS specs)' # command: 'karma start --single-run --browsers PhantomJS' # required: true # gem: false # rspec-rails: description: 'RSpec' command: 'RAILS_ENV=test bundle exec rspec' required: true
Version data entries
17 entries across 17 versions & 1 rubygems