Skip to content

Commit

Permalink
Clean up .rubocop.yml
Browse files Browse the repository at this point in the history
1. Remove reference to deleted file.
2. Add a comment to a configuration I didn't understand.
  • Loading branch information
bquorning committed May 5, 2024
1 parent a98e909 commit 0de7903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Layout/LineLength:
Max: 80 # default: 120
AllowedPatterns:
- '^\s*# .*https?:\/\/.+\[.+\]\.?$' # Allow long asciidoc links
Exclude:
- lib/rubocop/cop/rspec/rails/have_http_status.rb

Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Expand Down Expand Up @@ -113,6 +111,7 @@ RSpec/DescribeClass:
RSpec/MultipleExpectations:
Max: 2

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

0 comments on commit 0de7903

Please sign in to comment.