Compute ticket statistics
And exclude admin/ConferencesController from rubocop_todo.yml
This commit is contained in:
parent
c2184c1c4f
commit
41503bb7a0
4 changed files with 122 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue