Fix rubocop to work with vendor/ gems

This commit is contained in:
Parker Moore
2021-07-15 14:24:07 -04:00
parent ce82bec8ce
commit 42645df761
8 changed files with 180 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri
bundle exec rubocop -D
bundle exec rubocop -D --config .rubocop.yml
bundle exec script/validate-html
gem build jekyll-theme-hacker.gemspec
gem build jekyll-theme-time-machine.gemspec