We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea5137 commit 432e821Copy full SHA for 432e821
.rubocop.yml
@@ -36,3 +36,7 @@ Metrics/ClassLength:
36
Metrics/AbcSize:
37
Exclude:
38
- 'test/**/*_test.rb'
39
+
40
+Lint/LiteralAsCondition:
41
+ Exclude:
42
+ - 'test/**/*_test.rb'
0 commit comments