mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-01 21:21:02 -05:00
* Update rubocop config
* Rubocop update - for rubocop 0.77
* [CodeFactor] Apply fixes
* rubocop fixes
* [CodeFactor] Apply fixes to commit 2826c2e
6 lines
151 B
Ruby
6 lines
151 B
Ruby
desc "Install git hooks"
|
|
task :hooks do
|
|
FileUtils.symlink '../../script/pre-commit.sh', '.git/hooks/pre-commit',
|
|
force: true
|
|
end
|