This commit is contained in:
2021-02-05 13:30:54 +04:00
parent c292200110
commit ad3ae94180
3 changed files with 19 additions and 4 deletions

View File

@@ -1,8 +1,21 @@
# Common configuration.
AllCops:
NewCops: enable
Exclude:
- 'node_modules/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- '.git/**/*'
Style/LambdaCall:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false