Skip to content

Commit

Permalink
chore: add vendor directory to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed May 15, 2022
1 parent 8e6a5ba commit eb937d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Expand Up @@ -10,7 +10,8 @@ AllCops:
DisplayStyleGuide: true
Exclude:
- 'ext/rumale/extconf.rb'
- 'tmp/**/*.rb'
- 'tmp/**/*'
- 'vendor/**/*'
- 'rumale.gemspec'
- 'Rakefile'
- 'Gemfile'
Expand Down

0 comments on commit eb937d6

Please sign in to comment.