We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771156f commit 8d7d40cCopy full SHA for 8d7d40c
README.md
@@ -42,6 +42,7 @@ Add this to your `.pre-commit-config.yaml`
42
- `check-json` - Attempts to load all json files to verify syntax.
43
- `check-merge-conflict` - Check for files that contain merge conflict strings.
44
- `check-symlinks` - Checks for symlinks which do not point to anything.
45
+- `check-toml` - Attempts to load all TOML files to verify syntax.
46
- `check-vcs-permalinks` - Ensures that links to vcs websites are permalinks.
47
- `check-xml` - Attempts to load all xml files to verify syntax.
48
- `check-yaml` - Attempts to load all yaml files to verify syntax.
0 commit comments