mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 18:11:23 -03:00
Update .pre-commit-config.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -21,9 +21,9 @@ repos:
|
||||
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
|
||||
exclude: ^archive/
|
||||
- id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang.
|
||||
exclude: ^archive/
|
||||
exclude: (^archive/|^containers/)
|
||||
- id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable.
|
||||
exclude: ^archive/
|
||||
exclude: (^archive/|^containers/)
|
||||
- id: check-docstring-first
|
||||
exclude: ^archive/
|
||||
- id: check-symlinks
|
||||
|
||||
Reference in New Issue
Block a user