rubocop autofix

This commit is contained in:
2021-04-29 17:42:31 +02:00
parent b64fa26a55
commit f7799bb514
54 changed files with 127 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ AllCops:
- 'config/initializers/*.rb'
- 'config/environments/*.rb'
- 'config/*.rb'
- 'node_modules/**/*'
NewCops: enable
Layout/LineLength: