Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 6733972

Browse files
authored
Merge pull request #1 from ncreuschling/develop
exclude Bundler's vendor directory from RuboCop run
2 parents 0d66ee6 + fdf21dd commit 6733972

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ AllCops:
22
Exclude:
33
- 'tmp/**/*'
44
- 'spec/fixtures/application/htdocs/stylesheets/**/config.rb'
5-
- 'Vagrantfile'
65
- 'config/**/*'
6+
- 'Vagrantfile'
7+
- 'vendor/**/*'
78
GlobalVars:
89
AllowedVariables: []
910
MethodLength:

0 commit comments

Comments
 (0)