Skip to content

Commit 3e5e5b4

Browse files
Exclude the standalone bundle directory
1 parent 6e3b9b6 commit 3e5e5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AllCops:
55
Exclude:
66
# Templates are really ERB which Rubocop does not parse
77
- bin/**/*
8+
- bundle/**/*
89
- lib/generators/rspec/*/templates/**/*
910
- tmp/**/*
1011

0 commit comments

Comments
 (0)