mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
```
cat << 'EOF' > .git/hooks/pre-push
bundle exec rake rubocop
if command -v misspell >/dev/null; then
misspell -w -error -source=text {app,config,lib,spec,test,docs,bin}/**/* 2>/dev/null
fi
EOF
chmod +x .git/hooks/pre-push
```
|
||
|---|---|---|
| .. | ||
| app.rb | ||
| benchmarking_support.rb | ||
| bm_caching.rb | ||
| bm_transform.rb | ||
| config.ru | ||
| controllers.rb | ||
| fixtures.rb | ||