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
56ec2976
Commit
56ec2976
authored
Mar 30, 2022
by
Vitali Tatarintev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Performance/StringInclude into separate TODO file
parent
df1ca6cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
19 deletions
+15
-19
.rubocop_todo.yml
.rubocop_todo.yml
+0
-19
.rubocop_todo/performance/string_include.yml
.rubocop_todo/performance/string_include.yml
+15
-0
No files found.
.rubocop_todo.yml
View file @
56ec2976
...
...
@@ -143,25 +143,6 @@ Performance/ConstantRegexp:
Performance/MethodObjectAsBlock
:
Enabled
:
false
# Offense count: 18
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect.
Performance/StringInclude
:
Exclude
:
-
'
app/models/snippet_repository.rb'
-
'
config/initializers/macos.rb'
-
'
config/spring.rb'
-
'
ee/app/models/ee/container_registry/event.rb'
-
'
ee/lib/gitlab/auth/smartcard/certificate.rb'
-
'
lib/gitlab/database/migration_helpers.rb'
-
'
lib/kramdown/parser/atlassian_document_format.rb'
-
'
lib/prometheus/pid_provider.rb'
-
'
qa/qa/ee/page/merge_request/show.rb'
-
'
qa/qa/specs/runner.rb'
-
'
spec/features/projects/jobs_spec.rb'
-
'
spec/spec_helper.rb'
-
'
spec/support_specs/helpers/active_record/query_recorder_spec.rb'
# Offense count: 15209
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
...
...
.rubocop_todo/performance/string_include.yml
0 → 100644
View file @
56ec2976
---
# Cop supports --auto-correct.
Performance/StringInclude
:
Exclude
:
-
'
app/models/snippet_repository.rb'
-
'
config/initializers/macos.rb'
-
'
config/spring.rb'
-
'
ee/app/models/ee/container_registry/event.rb'
-
'
ee/lib/gitlab/auth/smartcard/certificate.rb'
-
'
lib/gitlab/database/migration_helpers.rb'
-
'
lib/kramdown/parser/atlassian_document_format.rb'
-
'
lib/prometheus/pid_provider.rb'
-
'
qa/qa/specs/runner.rb'
-
'
spec/features/projects/jobs_spec.rb'
-
'
spec/spec_helper.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