Skip to content

Commit

Permalink
rubocop: ignore rule RSpec/Rails/NegationBeValid
Browse files Browse the repository at this point in the history
Decidim v0.28.0 uses old version of rubocop, so file from v0.28.0 is not valid for this repository
  • Loading branch information
takahashim committed Apr 8, 2024
1 parent 38e744c commit dc25ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ RSpec/DescribeClass:

Rails/I18nLocaleAssignment:
Enabled: false

RSpec/Rails/NegationBeValid:
Exclude:
- spec/shared/proposal_form_examples.rb

0 comments on commit dc25ee1

Please sign in to comment.