add pre-commit hook for checking for talkative/verbose cURL commands in any file type

This commit is contained in:
Brian de Buiteach 2020-06-01 14:11:55 +01:00
parent f0bf512dbb
commit ce1c73b3a6
5 changed files with 140 additions and 0 deletions

View file

@ -93,6 +93,9 @@ The following arguments are available:
#### `detect-private-key`
Checks for the existence of private keys.
#### `detect-verbose-curl`
Checks for the existence of files with verbose cURL commands.
#### `double-quote-string-fixer`
This hook replaces double quoted strings with single quoted strings.