diff --git a/.rubocop.yml b/.rubocop.yml index c2ba5ed1..ff2099a1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,8 +4,7 @@ AllCops: - 'spec/*.rb' - '**/generated_parser/*' - './vendor/**/*' - -# inherit_from: .rubocop_todo.yml + - 'SampleProjects/**/vendor/**/*' # TODO: stuff I actually want to fix Style/RescueStandardError: