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
9106a760
Commit
9106a760
authored
Mar 24, 2022
by
Vitali Tatarintev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Naming/HeredocDelimiterCase into separate TODO file
parent
cadf7e10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
.rubocop_todo.yml
.rubocop_todo.yml
+0
-11
.rubocop_todo/naming/heredoc_delimiter_case.yml
.rubocop_todo/naming/heredoc_delimiter_case.yml
+8
-0
No files found.
.rubocop_todo.yml
View file @
9106a760
...
...
@@ -113,17 +113,6 @@ Lint/RedundantCopDisableDirective:
Lint/UselessMethodDefinition
:
Enabled
:
false
# Offense count: 11
# Configuration parameters: EnforcedStyle.
# SupportedStyles: lowercase, uppercase
Naming/HeredocDelimiterCase
:
Exclude
:
-
'
spec/lib/gitlab/diff/parser_spec.rb'
-
'
spec/lib/json_web_token/rsa_token_spec.rb'
-
'
spec/models/commit_spec.rb'
-
'
spec/support/helpers/repo_helpers.rb'
-
'
spec/support/helpers/seed_repo.rb'
# Offense count: 321
# Configuration parameters: ForbiddenDelimiters.
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
...
...
.rubocop_todo/naming/heredoc_delimiter_case.yml
0 → 100644
View file @
9106a760
---
Naming/HeredocDelimiterCase
:
Exclude
:
-
'
spec/lib/gitlab/diff/parser_spec.rb'
-
'
spec/lib/json_web_token/rsa_token_spec.rb'
-
'
spec/models/commit_spec.rb'
-
'
spec/support/helpers/repo_helpers.rb'
-
'
spec/support/helpers/seed_repo.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