Skip to content

Commit 432e821

Browse files
committed
chore(rubocop): Exclude test files from Lint/LiteralAsCondition check
1 parent 5ea5137 commit 432e821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ Metrics/ClassLength:
3636
Metrics/AbcSize:
3737
Exclude:
3838
- 'test/**/*_test.rb'
39+
40+
Lint/LiteralAsCondition:
41+
Exclude:
42+
- 'test/**/*_test.rb'

0 commit comments

Comments
 (0)