mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-11 11:26:23 -04: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
|