Files
growstuff/script/install_linters
Brenda Wallace 85a368999b we love rubocop
2017-04-13 14:30:51 +12:00

13 lines
216 B
Bash
Executable File

#!/bin/bash
set -euv
gem install --update overcommit rubocop haml-lint bundler-audit
npm install
pip install yamllint --user
overcommit --install
overcommit --sign
overcommit --sign pre-commit
bundle-audit update