Skip to content

Commit

Permalink
Disable default cops
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Jun 3, 2023
1 parent f97edac commit 8b06c9b
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ AllCops:
- '**/Rakefile'
- '**/config.ru'
- 'node_modules/**/*'
TargetRubyVersion: 2.5
- 'gemfiles/**/*'
DisabledByDefault: true
TargetRubyVersion: 3.0
DisplayCopNames: true

Performance:
Enabled: false

Bundler:
Enabled: false

Expand All @@ -24,7 +23,7 @@ Metrics/BlockNesting:
Metrics/ClassLength:
Enabled: false

Metrics/LineLength:
Layout/LineLength:
Enabled: false

Metrics/MethodLength:
Expand All @@ -39,10 +38,6 @@ Metrics/ModuleLength:
Style/AsciiComments:
Enabled: false

Style/BlockDelimiters:
Exclude:
- 'spec/**/*'

Style/Documentation:
Enabled: false

Expand All @@ -67,11 +62,14 @@ Style/NumericPredicate:
Style/Lambda:
Enabled: false

Layout/AlignParameters:
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation

Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented

Lint/AmbiguousRegexpLiteral:
Enabled: false

Lint/MissingSuper:
Enabled: false

0 comments on commit 8b06c9b

Please sign in to comment.