We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64ff8a commit fd5faa0Copy full SHA for fd5faa0
.rubocop.yml
@@ -1,7 +1,10 @@
1
-require:
+---
2
+plugins:
3
- rubocop-performance
4
- rubocop-rails
5
- rubocop-rspec
6
+
7
+require:
8
- rubocop-rspec_rails
9
10
AllCops:
@@ -84,6 +87,9 @@ Layout/EndOfLine:
84
87
Layout/TrailingEmptyLines:
85
88
Enabled: true
86
89
90
+Lint/UselessConstantScoping:
91
+ Enabled: false
92
93
Metrics/AbcSize:
94
Max: 25 # TODO: Restore to '20'
95
Exclude:
0 commit comments