mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
New hook 'destroyed-symlinks' to detect symlinks which are changed to regular files with a content of a path which that symlink was pointing to; move zsplit to util
This commit is contained in:
parent
14e9f0e512
commit
1e87d59a2d
9 changed files with 204 additions and 18 deletions
|
|
@ -100,6 +100,12 @@
|
|||
entry: debug-statement-hook
|
||||
language: python
|
||||
types: [python]
|
||||
- id: destroyed-symlinks
|
||||
name: Detect Destroyed Symlinks
|
||||
description: Detects symlinks which are changed to regular files with a content of a path which that symlink was pointing to.
|
||||
entry: destroyed-symlinks
|
||||
language: python
|
||||
types: [file]
|
||||
- id: detect-aws-credentials
|
||||
name: Detect AWS Credentials
|
||||
description: Detects *your* aws credentials from the aws cli credentials file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue