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
parent dfa1edc0d0
commit 1a5834d381
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.