Skip to content

Commit 4f9100d

Browse files
committed
Remove rubocop rspec base
1 parent e237e18 commit 4f9100d

File tree

2 files changed

+3
-309
lines changed

2 files changed

+3
-309
lines changed

.rubocop_rspec_base.yml

Lines changed: 0 additions & 309 deletions
This file was deleted.

script/after_update_travis_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ set -e
33

44
echo "Restoring custom Travis config"
55
mv .travis.yml{.update_backup,}
6+
7+
echo "Removing Base rubocop, Rspec-Rails does not use it"
8+
rm '.rubocop_rspec_base.yml'

0 commit comments

Comments
 (0)