Compute ticket statistics

And exclude admin/ConferencesController from rubocop_todo.yml
This commit is contained in:
AEtherC0r3 2017-04-20 09:47:19 +03:00 committed by Stella Rouzi
parent c2184c1c4f
commit 41503bb7a0
4 changed files with 122 additions and 0 deletions

View file

@ -60,6 +60,8 @@ Lint/UnusedBlockArgument:
# Offense count: 108
Metrics/AbcSize:
Max: 75
Exclude:
- 'app/controllers/admin/conferences_controller.rb'
# Offense count: 202
# Configuration parameters: CountComments, ExcludedMethods.