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
```
|
||
|---|---|---|
| .. | ||
| adapters.md | ||
| caching.md | ||
| configuration_options.md | ||
| deserialization.md | ||
| getting_started.md | ||
| instrumentation.md | ||
| key_transforms.md | ||
| logging.md | ||
| rendering.md | ||
| serializers.md | ||