Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
74fa4320
Commit
74fa4320
authored
Mar 18, 2022
by
Vitali Tatarintev
Committed by
Peter Leitzen
Mar 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Metrics/CyclomaticComplexity into separate TODO file
parent
539108d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
5 deletions
+23
-5
.rubocop_todo.yml
.rubocop_todo.yml
+0
-5
.rubocop_todo/metrics/cyclomatic_complexity.yml
.rubocop_todo/metrics/cyclomatic_complexity.yml
+23
-0
No files found.
.rubocop_todo.yml
View file @
74fa4320
...
...
@@ -125,11 +125,6 @@ Lint/StructNewOverride:
Lint/UselessMethodDefinition
:
Enabled
:
false
# Offense count: 13
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity
:
Max
:
25
# Offense count: 14
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity
:
...
...
.rubocop_todo/metrics/cyclomatic_complexity.yml
0 → 100644
View file @
74fa4320
---
Metrics/CyclomaticComplexity
:
Exclude
:
-
'
app/controllers/admin/application_settings_controller.rb'
-
'
app/finders/deployments_finder.rb'
-
'
app/helpers/button_helper.rb'
-
'
app/helpers/nav/top_nav_helper.rb'
-
'
app/models/concerns/issuable.rb'
-
'
app/services/projects/create_service.rb'
-
'
ee/app/controllers/ee/groups_controller.rb'
-
'
ee/lib/elastic/latest/git_class_proxy.rb'
-
'
ee/lib/gitlab/ci/parsers/security/formatters/dependency_list.rb'
-
'
lib/banzai/filter/references/abstract_reference_filter.rb'
-
'
lib/gitlab/conflict/file.rb'
-
'
lib/gitlab/database/query_analyzers/prevent_cross_database_modification.rb'
-
'
lib/gitlab/diff/parser.rb'
-
'
lib/gitlab/utils/merge_hash.rb'
-
'
lib/kramdown/parser/atlassian_document_format.rb'
-
'
qa/qa/runtime/browser.rb'
-
'
qa/qa/support/repeater.rb'
-
'
rubocop/cop/gitlab/mark_used_feature_flags.rb'
-
'
sidekiq_cluster/cli.rb'
-
'
spec/support/cycle_analytics_helpers/test_generation.rb'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment