Skip to content

Commit

Permalink
Ignore files controller length in rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Mar 14, 2024
1 parent faf4056 commit 417a554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/.rubocop_todo.yml
Expand Up @@ -194,7 +194,7 @@ Metrics/BlockNesting:
- 'app/models/bs_request_action.rb'
- 'lib/xpath_engine.rb'

# Offense count: 85
# Offense count: 86
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ClassLength:
Exclude:
Expand All @@ -209,6 +209,7 @@ Metrics/ClassLength:
- 'app/controllers/webui/kiwi/images_controller.rb'
- 'app/controllers/webui/package_controller.rb'
- 'app/controllers/webui/packages/build_log_controller.rb'
- 'app/controllers/webui/packages/files_controller.rb'
- 'app/controllers/webui/patchinfo_controller.rb'
- 'app/controllers/webui/project_controller.rb'
- 'app/controllers/webui/packages/binaries_controller.rb'
Expand Down

0 comments on commit 417a554

Please sign in to comment.