We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff396c + 46c53e4 commit 7483217Copy full SHA for 7483217
.rubocop.yml
@@ -4,8 +4,7 @@ AllCops:
4
- 'spec/*.rb'
5
- '**/generated_parser/*'
6
- './vendor/**/*'
7
-
8
-# inherit_from: .rubocop_todo.yml
+ - 'SampleProjects/**/vendor/**/*'
9
10
# TODO: stuff I actually want to fix
11
Style/RescueStandardError:
0 commit comments