mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
add pre-commit hook for checking for talkative/verbose cURL commands in any file type
This commit is contained in:
parent
f0bf512dbb
commit
ce1c73b3a6
5 changed files with 140 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue