Skip to content

Commit cfd69e5

Browse files
committed
Rubocop: Ignore bin/
standardrb ignores the bin/ directory by default, so we do that, too. See: https://github.com/standardrb/standard/blob/main/lib/standard/creates_config_store/configures_ignored_paths.rb#L9
1 parent 45c2884 commit cfd69e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/solidus_dev_support/rubocop/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ AllCops:
1010
- spec/dummy/**/*
1111
- sandbox/**/*
1212
- vendor/**/*
13+
- bin/*

0 commit comments

Comments
 (0)