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
a48689a2
Commit
a48689a2
authored
Mar 29, 2022
by
Vitali Tatarintev
Committed by
Peter Leitzen
Apr 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Style/CombinableLoops into separate TODO file
parent
cc732f12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
14 deletions
+10
-14
.rubocop_todo.yml
.rubocop_todo.yml
+0
-14
.rubocop_todo/style/combinable_loops.yml
.rubocop_todo/style/combinable_loops.yml
+10
-0
No files found.
.rubocop_todo.yml
View file @
a48689a2
...
...
@@ -433,20 +433,6 @@ Style/BisectedAttrAccessor:
Style/CaseLikeIf
:
Enabled
:
false
# Offense count: 13
Style/CombinableLoops
:
Exclude
:
-
'
ee/db/fixtures/development/30_customizable_cycle_analytics.rb'
-
'
ee/lib/gitlab/audit/events/preloader.rb'
-
'
ee/spec/finders/snippets_finder_spec.rb'
-
'
ee/spec/lib/ee/gitlab/background_migration/remove_duplicate_cs_findings_spec.rb'
-
'
spec/features/merge_request/user_suggests_changes_on_diff_spec.rb'
-
'
spec/finders/packages/group_packages_finder_spec.rb'
-
'
spec/migrations/cleanup_optimistic_locking_nulls_pt2_fixed_spec.rb'
-
'
spec/migrations/cleanup_optimistic_locking_nulls_spec.rb'
-
'
spec/requests/api/members_spec.rb'
-
'
spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.rb'
# Offense count: 5
# Cop supports --auto-correct.
Style/EachWithObject
:
...
...
.rubocop_todo/style/combinable_loops.yml
0 → 100644
View file @
a48689a2
---
Style/CombinableLoops
:
Exclude
:
-
'
ee/db/fixtures/development/30_customizable_cycle_analytics.rb'
-
'
ee/lib/gitlab/audit/events/preloader.rb'
-
'
ee/spec/finders/snippets_finder_spec.rb'
-
'
spec/features/merge_request/user_suggests_changes_on_diff_spec.rb'
-
'
spec/finders/packages/group_packages_finder_spec.rb'
-
'
spec/requests/api/members_spec.rb'
-
'
spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.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