Skip to content

Commit 7483217

Browse files
authored
Merge pull request #153 from ianfixes/2020-09-08_rubocop_vendor_bundle
Explicitly exclude sample projects from Rubocop tests
2 parents bff396c + 46c53e4 commit 7483217

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.rubocop.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ AllCops:
44
- 'spec/*.rb'
55
- '**/generated_parser/*'
66
- './vendor/**/*'
7-
8-
# inherit_from: .rubocop_todo.yml
7+
- 'SampleProjects/**/vendor/**/*'
98

109
# TODO: stuff I actually want to fix
1110
Style/RescueStandardError:

0 commit comments

Comments
 (0)