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
6a23bab5
Commit
6a23bab5
authored
Mar 07, 2022
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused TODOs from .rubocop_todo.yml
parent
64971d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
.rubocop_todo.yml
.rubocop_todo.yml
+0
-49
No files found.
.rubocop_todo.yml
View file @
6a23bab5
...
...
@@ -15,11 +15,6 @@ Gitlab/PolicyRuleBoolean:
Exclude
:
-
'
ee/app/policies/ee/identity_provider_policy.rb'
# Offense count: 5
Graphql/IDType
:
Exclude
:
-
'
app/graphql/mutations/boards/issues/issue_move_list.rb'
# Offense count: 2270
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
...
...
@@ -112,11 +107,6 @@ Lint/BinaryOperatorWithIdenticalOperands:
Lint/ConstantDefinitionInBlock
:
Enabled
:
false
# Offense count: 1
Lint/DuplicateRequire
:
Exclude
:
-
'
ee/spec/lib/gitlab/auth/group_saml/user_spec.rb'
# Offense count: 2
# Configuration parameters: AllowComments.
Lint/EmptyFile
:
...
...
@@ -124,13 +114,6 @@ Lint/EmptyFile:
-
'
db/seeds.rb'
-
'
ee/db/geo/seeds.rb'
# Offense count: 8
# Cop supports --auto-correct.
Lint/IdentityComparison
:
Exclude
:
-
'
spec/tooling/danger/weightage/maintainers_spec.rb'
-
'
spec/tooling/danger/weightage/reviewers_spec.rb'
# Offense count: 208
# Configuration parameters: MaximumRangeSize.
Lint/MissingCopEnableDirective
:
...
...
@@ -170,11 +153,6 @@ Lint/StructNewOverride:
-
'
app/serializers/environment_serializer.rb'
-
'
lib/gitlab/ci/pipeline/duration.rb'
# Offense count: 1
Lint/UnreachableLoop
:
Exclude
:
-
'
qa/qa/runtime/feature.rb'
# Offense count: 22
# Cop supports --auto-correct.
# Configuration parameters: AllowComments.
...
...
@@ -213,13 +191,6 @@ Naming/HeredocDelimiterCase:
Naming/HeredocDelimiterNaming
:
Enabled
:
false
# Offense count: 5
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName
:
Exclude
:
-
'
lib/gitlab/diff/inline_diff.rb'
# Offense count: 218
# Cop supports --auto-correct.
# Configuration parameters: PreferredName.
...
...
@@ -340,11 +311,6 @@ RSpec/ReturnFromStub:
RSpec/ScatteredLet
:
Enabled
:
false
# Offense count: 4
RSpec/ScatteredSetup
:
Exclude
:
-
'
spec/requests/api/jobs_spec.rb'
# Offense count: 10
# Configuration parameters: EnforcedStyle.
# SupportedStyles: symbols, strings
...
...
@@ -394,13 +360,6 @@ Rails/BelongsTo:
-
'
app/models/deployment.rb'
-
'
app/models/environment.rb'
# Offense count: 93
# Configuration parameters: Database, Include.
# SupportedDatabases: mysql, postgresql
# Include: db/migrate/*.rb
Rails/BulkChangeTable
:
Enabled
:
false
# Offense count: 155
# Cop supports --auto-correct.
Rails/ContentTag
:
...
...
@@ -583,14 +542,6 @@ Style/CombinableLoops:
-
'
spec/requests/api/members_spec.rb'
-
'
spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment
:
Exclude
:
-
'
lib/gitlab/database.rb'
# Offense count: 5
# Cop supports --auto-correct.
Style/EachWithObject
:
...
...
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