Skip to content

Commit

Permalink
Merge pull request #1634 from rubocop/internally-enable-pending-cops
Browse files Browse the repository at this point in the history
Add missing pending cops
  • Loading branch information
bquorning authored Apr 25, 2023
2 parents 53db62b + 6dbf2aa commit 70a97b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ RSpec/ChangeByZero:
Enabled: true
RSpec/ClassCheck:
Enabled: true
RSpec/ContainExactly:
Enabled: true
RSpec/DuplicatedMetadata:
Enabled: true
RSpec/ExcessiveDocstringSpacing:
Expand All @@ -143,12 +145,16 @@ RSpec/IdenticalEqualityAssertion:
Enabled: true
RSpec/IndexedLet:
Enabled: true
RSpec/MatchArray:
Enabled: true
RSpec/NoExpectationExample:
Enabled: true
RSpec/PendingWithoutReason:
Enabled: true
RSpec/RedundantAround:
Enabled: true
RSpec/SkipBlockInsideExample:
Enabled: true
RSpec/SortMetadata:
Enabled: true
RSpec/SubjectDeclaration:
Expand Down

0 comments on commit 70a97b1

Please # to comment.