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 8ddaeb3 commit bd43e51Copy full SHA for bd43e51
.rubocop.yml
@@ -4,6 +4,7 @@ inherit_from:
4
AllCops:
5
Exclude:
6
# Templates are really ERB which Rubocop does not parse
7
+ - bin/**/*
8
- lib/generators/rspec/*/templates/**/*
9
10
Bundler/DuplicatedGem:
script/functions.sh
@@ -177,7 +177,7 @@ function check_documentation_coverage {
177
178
function check_style_and_lint {
179
echo "bin/rubocop"
180
- eval "(unset RUBYOPT; exec bin/rubocop)"
+ eval "(unset RUBYOPT; rm tmp/*; exec bin/rubocop)"
181
}
182
183
function run_all_spec_suites {
0 commit comments