Skip to content

Commit

Permalink
Sort RuboCop config file
Browse files Browse the repository at this point in the history
  • Loading branch information
corsonknowles authored and bquorning committed Sep 18, 2024
1 parent 16cf19c commit 9a90279
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,34 +101,34 @@ RSpec:
- expect_no_offenses
- expect_offense

RSpec/DescribeClass:
Exclude:
- spec/project/**/*.rb

RSpec/ExampleLength:
CountAsOne:
- heredoc
Max: 11

RSpec/DescribeClass:
Exclude:
- spec/project/**/*.rb

RSpec/MultipleExpectations:
Max: 2

RSpec/SpecFilePathFormat:
Exclude:
- spec/rubocop/cop/rspec/mixin/**/*.rb

# `expect_offense` does not use Kernel#format or String#%
Style/FormatStringToken:
Exclude:
- spec/rubocop/**/*.rb

Style/RequireOrder:
Enabled: true

RSpec/SpecFilePathFormat:
Exclude:
- spec/rubocop/cop/rspec/mixin/**/*.rb

Style/NumberedParameters:
Enabled: true
EnforcedStyle: disallow

Style/RequireOrder:
Enabled: true

# Enable RuboCop's pending cops up to v1.63

Gemspec/DeprecatedAttributeAssignment: {Enabled: true}
Expand Down

0 comments on commit 9a90279

Please # to comment.