Skip to content

Commit

Permalink
fix: Rubocop syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 17, 2023
1 parent fc5901f commit 2df64db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ Style/GuardClause:
MinBodyLength: 6

Style/HashSyntax:
Exclude:
- app/jobs/decidim/cleaner/clean_inactive_users_job.rb
EnforcedStyle: ruby19
SupportedStyles:
# checks for 1.9 syntax (e.g. {a: 1}) for all symbol keys
Expand Down

0 comments on commit 2df64db

Please sign in to comment.