Skip to content

Commit

Permalink
Clean up the RuboCop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Apr 26, 2024
1 parent 0b0729e commit ca9442d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Gemspec/DevelopmentDependencies:

Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent
Layout/LineEndStringConcatenationIndentation:
EnforcedStyle: indented

Metrics:
Enabled: false
Expand All @@ -23,28 +21,22 @@ Naming/FileName:
Exclude:
- lib/rspec-wait.rb
- "*.md"
Naming/RescuedExceptionsVariableName:
Enabled: false

RSpec/BeEq:
Enabled: false
RSpec/DescribeClass:
Enabled: false
RSpec/DescribedClass:
Enabled: false
RSpec/ExampleLength:
Enabled: false
RSpec/MultipleExpectations:
Enabled: false

Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining
Style/IfUnlessModifier:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/SymbolArray:
Enabled: false
EnforcedStyle: brackets
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
Expand Down

0 comments on commit ca9442d

Please sign in to comment.