Sha256: 895c77bf1dbcaa699ec556222427d2317a86a4688ee1d989c8c64c5b89c4b5ef
Contents?: true
Size: 1.08 KB
Versions: 3
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 -Aqz' # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
massa-0.2.0 | lib/massa/templates/massa.yml |
massa-0.2.0.rc2 | lib/massa/templates/massa.yml |
massa-0.2.0.rc1 | lib/massa/templates/massa.yml |