Skip to content

Commit e8d19c3

Browse files
ignore vendor from rubocop
1 parent 04ebd8a commit e8d19c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
bundler-cache: true
1313
- name: debug
1414
run: |
15-
gem list
15+
pwd
16+
ls -l
1617
- name: lint
1718
run: |
1819
./bin/rubocop

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
AllCops:
1313
Exclude:
1414
- bin/*
15+
- vendor/**/*
1516
NewCops: enable
1617

1718
plugins:

0 commit comments

Comments
 (0)