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
65dc46ed
Commit
65dc46ed
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/ArrayCoercion into separate TODO file
parent
1cb1fc31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
16 deletions
+10
-16
.rubocop_todo.yml
.rubocop_todo.yml
+0
-16
.rubocop_todo/style/array_coercion.yml
.rubocop_todo/style/array_coercion.yml
+10
-0
No files found.
.rubocop_todo.yml
View file @
65dc46ed
...
...
@@ -398,22 +398,6 @@ Rails/WhereExists:
Style/AccessorGrouping
:
Enabled
:
false
# Offense count: 11
# Cop supports --auto-correct.
Style/ArrayCoercion
:
Exclude
:
-
'
app/controllers/admin/ci/variables_controller.rb'
-
'
app/controllers/groups/variables_controller.rb'
-
'
app/controllers/projects/variables_controller.rb'
-
'
db/migrate/20190620105427_change_null_private_profile_to_false.rb'
-
'
db/post_migrate/20190812070645_migrate_private_profile_nulls.rb'
-
'
db/post_migrate/20200311130802_schedule_populate_user_highest_roles_table.rb'
-
'
db/post_migrate/20200805152108_migrate_null_external_diff_store_to_local_value.rb'
-
'
db/post_migrate/20200806173633_migrate_null_package_files_file_store_to_local_value.rb'
-
'
ee/app/services/geo/repository_verification_secondary_service.rb'
-
'
ee/lib/ee/banzai/pipeline/gfm_pipeline.rb'
-
'
spec/support/helpers/lfs_http_helpers.rb'
# Offense count: 188
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
...
...
.rubocop_todo/style/array_coercion.yml
0 → 100644
View file @
65dc46ed
---
# Cop supports --auto-correct.
Style/ArrayCoercion
:
Exclude
:
-
'
app/controllers/admin/ci/variables_controller.rb'
-
'
app/controllers/groups/variables_controller.rb'
-
'
app/controllers/projects/variables_controller.rb'
-
'
ee/app/services/geo/repository_verification_secondary_service.rb'
-
'
ee/lib/ee/banzai/pipeline/gfm_pipeline.rb'
-
'
spec/support/helpers/lfs_http_helpers.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