This commit is contained in:
Jordan Tardif 2017-04-17 07:44:17 +00:00 committed by GitHub
commit bc123f39c3
7 changed files with 50 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Add this to your `.pre-commit-config.yaml`
- `check-docstring-first` - Checks for a common error of placing code before
the docstring.
- `check-json` - Attempts to load all json files to verify syntax.
- `check-rubocop` - Attempts to verify syntax / style for ruby files
- `check-merge-conflict` - Check for files that contain merge conflict strings.
- `check-symlinks` - Checks for symlinks which do not point to anything.
- `check-xml` - Attempts to load all xml files to verify syntax.