Skip to content

Commit

Permalink
Change the rubocop configuration to allow arbitrary group nesting in …
Browse files Browse the repository at this point in the history
…rspec
  • Loading branch information
piotrmurach committed Sep 28, 2024
1 parent 009a44b commit 53c7841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ RSpec/FilePath:
RSpec/MultipleExpectations:
Enabled: false

RSpec/NestedGroups:
Enabled: false

RSpec/SpecFilePathFormat:
Enabled: false

Expand Down

0 comments on commit 53c7841

Please sign in to comment.