Update rubocop configuration

This commit is contained in:
Sebastian Serth
2021-05-14 10:51:09 +02:00
parent 48904a19fd
commit fe4000916c
11 changed files with 407 additions and 33 deletions

7
.rubocop/performance.yml Normal file
View File

@@ -0,0 +1,7 @@
# performance cop settings
# The policy specs should be easy to read
#
Performance/CollectionLiteralInLoop:
Exclude:
- 'spec/policies/**'