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
c0622e97
Commit
c0622e97
authored
Jan 31, 2022
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RSpec/MultipleMemoizedHelpers: Move pending offenses into .rubocop_todo/
Also lower Max to 25 (which is closer to 20).
parent
e5435114
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
.rubocop.yml
.rubocop.yml
+1
-7
.rubocop_todo/rspec/multiple_memoized_helpers.yml
.rubocop_todo/rspec/multiple_memoized_helpers.yml
+11
-0
No files found.
.rubocop.yml
View file @
c0622e97
...
...
@@ -97,14 +97,8 @@ RSpec/FilePath:
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers
:
Max
:
2
8
Max
:
2
5
AllowSubject
:
true
Exclude
:
-
'
spec/migrations/**/*.rb'
-
'
spec/lib/gitlab/background_migration/populate_project_snippet_statistics_spec.rb'
-
'
spec/lib/gitlab/background_migration/populate_finding_uuid_for_vulnerability_feedback_spec.rb'
-
'
ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb'
-
'
ee/spec/lib/gitlab/background_migration/user_mentions/create_resource_user_mention_spec.rb'
Naming/FileName
:
ExpectMatchingDefinition
:
true
...
...
.rubocop_todo/rspec/multiple_memoized_helpers.yml
0 → 100644
View file @
c0622e97
---
RSpec/MultipleMemoizedHelpers
:
Exclude
:
-
spec/lib/gitlab/background_migration/populate_finding_uuid_for_vulnerability_feedback_spec.rb
-
spec/lib/gitlab/background_migration/recalculate_vulnerabilities_occurrences_uuid_spec.rb
-
spec/lib/gitlab/diff/position_tracer/line_strategy_spec.rb
-
spec/requests/api/ci/runner/jobs_artifacts_spec.rb
-
ee/spec/lib/ee/gitlab/background_migration/populate_latest_pipeline_ids_spec.rb
-
ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb
-
ee/spec/services/ee/boards/issues/move_service_spec.rb
-
ee/spec/services/security/store_report_service_spec.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