mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
detect-gcp-credentials doc
This commit is contained in:
parent
e0c61d89d0
commit
cbc7eb59ed
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ Trims trailing whitespace.
|
||||||
- By default, this hook trims all whitespace from the ends of lines.
|
- By default, this hook trims all whitespace from the ends of lines.
|
||||||
To specify a custom set of characters to trim instead, use `args: [--chars,"<chars to trim>"]`.
|
To specify a custom set of characters to trim instead, use `args: [--chars,"<chars to trim>"]`.
|
||||||
|
|
||||||
|
#### `detect-gcp-credentials`
|
||||||
|
Checks for the existence of GCP credentials in the staged files.
|
||||||
|
|
||||||
### Deprecated / replaced hooks
|
### Deprecated / replaced hooks
|
||||||
|
|
||||||
- `check-byte-order-marker`: instead use fix-byte-order-marker
|
- `check-byte-order-marker`: instead use fix-byte-order-marker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue