Sha256: 60fa84e9552d97f90291fcec29eef627922d9a19a891f094ce19ac92b709f60d
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 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 # # 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 # # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
massa-0.2.1 | lib/massa/templates/massa.yml |