Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Commit 0fb4a4a

Browse files
authored
Merge pull request #28 from koic/change_path_pattern_of_custom_refute_not_cop
Change path pattern of `CustomCops/RefuteNot`
2 parents a023b3b + 00c742c commit 0fb4a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AllCops:
1515
# Prefer assert_not_x over refute_x
1616
CustomCops/RefuteNot:
1717
Include:
18-
- '**/*_test.rb'
18+
- '**/test/**/*'
1919

2020
# Prefer &&/|| over and/or.
2121
Style/AndOr:

0 commit comments

Comments
 (0)