We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9e7b7 commit 6e3b9b6Copy full SHA for 6e3b9b6
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
with:
19
ruby-version: '3.0'
20
- run: script/update_rubygems_and_install_bundler
21
- - run: script/clone_all_rspec_repos
22
- run: bundle install --standalone
23
- run: bundle binstubs --all
24
- run: script/run_rubocop
.rubocop.yml
@@ -6,6 +6,7 @@ AllCops:
6
# Templates are really ERB which Rubocop does not parse
7
- bin/**/*
8
- lib/generators/rspec/*/templates/**/*
9
+ - tmp/**/*
10
11
Bundler/DuplicatedGem:
12
Enabled: false
0 commit comments