Skip to content
Snippets Groups Projects
Commit a9f46be7 authored by Darius Schneider's avatar Darius Schneider
Browse files

cops for gem

parent de850ed9
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment