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
c4902f76
Commit
c4902f76
authored
Dec 14, 2020
by
Doug Stull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document rubocop manual todo file
- for standards of use.
parent
22a0aa4f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
133 deletions
+119
-133
.rubocop_manual_todo.yml
.rubocop_manual_todo.yml
+12
-19
.rubocop_todo.yml
.rubocop_todo.yml
+107
-114
No files found.
.rubocop_manual_todo.yml
View file @
c4902f76
---
# This file is not meant to store permanent exclusions.
# - for permanent lists, place them in the .rubocop.yml.
# - for short (less than 15 lines line) temporary lists, place them in the .rubocop_todo.yml file (run auto-generation).
#
# Purpose of this file:
# - show long exclusion lists that are hidden in generic auto-generation of .rubocop_todo.yml.
# - provide an 'in-flight' list of exclusions being worked on when qualifying as a long list
# as mentioned above.
# - guidelines for use found in
# https://docs.gitlab.com/ee/development/contributing/style_guides.html#resolving-rubocop-exceptions.
FactoryBot/InlineAssociation
:
Exclude
:
-
'
ee/spec/factories/analytics/cycle_analytics/group_stages.rb'
...
...
@@ -17,25 +29,6 @@ FactoryBot/InlineAssociation:
-
'
spec/factories/uploads.rb'
-
'
spec/factories/wiki_pages.rb'
Graphql/IDType
:
Exclude
:
-
'
ee/app/graphql/ee/mutations/issues/update.rb'
-
'
app/graphql/mutations/boards/issues/issue_move_list.rb'
-
'
app/graphql/resolvers/design_management/design_at_version_resolver.rb'
-
'
app/graphql/resolvers/design_management/design_resolver.rb'
-
'
app/graphql/resolvers/design_management/designs_resolver.rb'
-
'
app/graphql/resolvers/design_management/version/design_at_version_resolver.rb'
-
'
app/graphql/resolvers/design_management/version_in_collection_resolver.rb'
-
'
app/graphql/resolvers/design_management/version_resolver.rb'
-
'
app/graphql/resolvers/design_management/versions_resolver.rb'
-
'
app/graphql/resolvers/error_tracking/sentry_detailed_error_resolver.rb'
-
'
app/graphql/resolvers/error_tracking/sentry_error_stack_trace_resolver.rb'
-
'
app/graphql/resolvers/user_merge_requests_resolver.rb'
Gitlab/PolicyRuleBoolean
:
Exclude
:
-
'
ee/app/policies/ee/identity_provider_policy.rb'
Rails/SaveBang
:
Exclude
:
-
'
ee/spec/controllers/projects/merge_requests_controller_spec.rb'
...
...
.rubocop_todo.yml
View file @
c4902f76
This diff is collapsed.
Click to expand it.
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