Browse Source

rubocop

main
pvincent 3 weeks ago
parent
commit
236863151c
  1. 7
      .rubocop.yml

7
.rubocop.yml

@ -1,4 +1,7 @@
Style/FrozenStringLiteralComment:
Enabled: false
AllCops: AllCops:
NewCops: enable NewCops: enable
Exclude:
- "db/schema.rb"
Style/FrozenStringLiteralComment:
Enabled: false
Loading…
Cancel
Save