Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noc-netze-gitlab-cicd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NOC-public
noc-netze-gitlab-cicd
Commits
a9f46be7
Commit
a9f46be7
authored
9 months ago
by
Darius Schneider
Browse files
Options
Downloads
Patches
Plain Diff
cops for gem
parent
de850ed9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rails/rubocop-for-gem.yml
+6
-5
6 additions, 5 deletions
rails/rubocop-for-gem.yml
with
6 additions
and
5 deletions
rails/rubocop-for-gem.yml
+
6
−
5
View file @
a9f46be7
...
@@ -10,6 +10,12 @@ AllCops:
...
@@ -10,6 +10,12 @@ AllCops:
# BEGIN Customizations
# BEGIN Customizations
# BEGIN Gemspec
# our custom gems are not uploaded to rubygems.org, so this is unnecessary
Gemspec/RequireMFA
:
Enabled
:
false
# END Gemspec
# BEGIN Layout
# BEGIN Layout
# only before, enforcing also after adds too many blank lines
# only before, enforcing also after adds too many blank lines
Layout/EmptyLinesAroundAccessModifier
:
Layout/EmptyLinesAroundAccessModifier
:
...
@@ -77,11 +83,6 @@ Metrics/PerceivedComplexity:
...
@@ -77,11 +83,6 @@ Metrics/PerceivedComplexity:
# BEGIN Style
# BEGIN Style
# prefer compact style, since Zeitwerk handles initialization of modules
Style/ClassAndModuleChildren
:
EnforcedStyle
:
compact
# default: nested
Exclude
:
[
'
config/application.rb'
]
# documentation of classes in migrations and tests is not needed
# documentation of classes in migrations and tests is not needed
Style/Documentation
:
Style/Documentation
:
Exclude
:
*test_config_db
Exclude
:
*test_config_db
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment