mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 01:07:52 -05:00
11 lines
232 B
Bash
Executable File
11 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
set -euv
|
|
|
|
gem install overcommit rubocop haml-lint bundler-audit
|
|
npm install -g eslint jshint coffeelint csslint git-guilt
|
|
pip install yamllint --user
|
|
|
|
overcommit --install
|
|
overcommit --sign
|
|
overcommit --sign pre-commit
|