Merge branch 'master' into indentation_fix

This commit is contained in:
Stella Rouzi 2017-07-14 12:40:32 +03:00 • committed by GitHub
commit ab773c74c3
28 changed files with 1214 additions and 34 deletions

View file

@ -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'