Skip to content

Commit c1b1b89

Browse files
committed
Exclude benchmark directory from RuboCop
1 parent 5ad94b1 commit c1b1b89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AllCops:
1010
- '*.gemspec'
1111
- 'bin/**/*'
1212
- 'install.rb'
13+
- 'benchmark/**/*'
1314

1415
# Existing code lacks documentation, can add incrementally
1516
Style/Documentation:

0 commit comments

Comments
 (0)