Add necessary code to support it

This commit is contained in:
Peter Jung 2025-02-03 10:53:13 +01:00
parent 425727ef9d
commit 71965f1383
4 changed files with 10 additions and 0 deletions

View file

@ -110,6 +110,9 @@ The following arguments are available:
#### `detect-private-key`
Checks for the existence of private keys.
#### `detect-web3-private-key`
Checks for the existence of web3 private keys. Add `# web3-private-key-ok` to the end of the line to ignore false positives.
#### `double-quote-string-fixer`
This hook replaces double quoted strings with single quoted strings.