Skip to content

Commit

Permalink
Merge pull request #1719 from tlatsas/skip-rubocop-for-external-tests
Browse files Browse the repository at this point in the history
Skip rubocop for external tests
  • Loading branch information
ioquatix committed Nov 15, 2020
2 parents 03b4b97 + 31580f9 commit 1d70c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ task :external do
FileUtils.mv ".rubocop.yml", ".rack.rubocop.yml.disabled"

Bundler.with_clean_env do
clone_and_test("https://github.com/kickstarter/rack-attack", "rack-attack", "bundle exec rake")
clone_and_test("https://github.com/rack/rack-attack", "rack-attack", "bundle exec rake test")
clone_and_test("https://github.com/rtomayko/rack-cache", "rack-cache", "bundle exec rake")
clone_and_test("https://github.com/socketry/falcon", "falcon", "bundle exec rspec")
end
Expand Down

0 comments on commit 1d70c73

Please sign in to comment.