puts allowed in some files

This commit is contained in:
Brenda Wallace
2016-11-26 17:24:41 +13:00
parent 8196d94a73
commit b541fe8221
2 changed files with 7 additions and 8 deletions

View File

@@ -66,3 +66,10 @@ Style/Documentation:
Style/FrozenStringLiteralComment:
Enabled: false
# Configuration parameters: Include.
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
Rails/Output:
Exclude:
- 'config/unicorn.rb'
- 'db/seeds.rb'

View File

@@ -159,14 +159,6 @@ Rails/HasAndBelongsToMany:
- 'app/models/product.rb'
- 'app/models/role.rb'
# Offense count: 15
# Configuration parameters: Include.
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
Rails/Output:
Exclude:
- 'config/unicorn.rb'
- 'db/seeds.rb'
# Offense count: 3
Rails/OutputSafety:
Exclude: