Skip to content

Commit 6e3b9b6

Browse files
Remove likely unneeded step, exclude tmp for generated code
1 parent aa9e7b7 commit 6e3b9b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
ruby-version: '3.0'
2020
- run: script/update_rubygems_and_install_bundler
21-
- run: script/clone_all_rspec_repos
2221
- run: bundle install --standalone
2322
- run: bundle binstubs --all
2423
- run: script/run_rubocop

.rubocop.yml

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

1011
Bundler/DuplicatedGem:
1112
Enabled: false

0 commit comments

Comments
 (0)