Merge branch 'master' into indentation_fix
This commit is contained in:
commit
ab773c74c3
28 changed files with 1214 additions and 34 deletions
|
|
@ -94,6 +94,8 @@ Metrics/ModuleLength:
|
|||
# Offense count: 14
|
||||
Metrics/PerceivedComplexity:
|
||||
Max: 15
|
||||
Exclude:
|
||||
- 'app/controllers/admin/roles_controller.rb'
|
||||
|
||||
# Offense count: 11
|
||||
# Cop supports --auto-correct.
|
||||
|
|
@ -839,6 +841,7 @@ Style/SymbolProc:
|
|||
- 'app/controllers/admin/questions_controller.rb'
|
||||
- 'app/helpers/application_helper.rb'
|
||||
- 'app/models/ability.rb'
|
||||
- 'app/models/admin_ability.rb'
|
||||
- 'db/migrate/20140730104658_migrate_roles_for_cancancan.rb'
|
||||
- 'spec/controllers/admin/conferences_controller_spec.rb'
|
||||
- 'spec/support/flash.rb'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue