Skip to content

Commit 2df64db

Browse files
fix: Rubocop syntax
1 parent fc5901f commit 2df64db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop_ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ Style/GuardClause:
528528
MinBodyLength: 6
529529

530530
Style/HashSyntax:
531+
Exclude:
532+
- app/jobs/decidim/cleaner/clean_inactive_users_job.rb
531533
EnforcedStyle: ruby19
532534
SupportedStyles:
533535
# checks for 1.9 syntax (e.g. {a: 1}) for all symbol keys

0 commit comments

Comments
 (0)