Sha256: 20434e3cc83f5a3270e11856e26b139cda79603a4f49897054d98f9688620dda
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 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 # # flay: # description: 'Flay (code analyzer for structural similarities)' # command: 'bundle exec flay .' # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
massa-0.3.2 | lib/massa/templates/massa.yml |
massa-0.3.1 | lib/massa/templates/massa.yml |
massa-0.3.0 | lib/massa/templates/massa.yml |