forked from microsoft/vsts-extension-retrospectives
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
24 lines (22 loc) · 740 Bytes
/
.pre-commit-config.yaml
File metadata and controls
24 lines (22 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.0
hooks:
- id: gitleaks
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: check-shebang-scripts-are-executable
- id: check-yaml
- id: mixed-line-ending
- id: pretty-format-json
exclude: package\.json|package-lock\.json|packages\.lock\.json|devcontainer\.json|\.eslintrc.json|vss-extension-prod\.json|tsconfig\.json|tsconfig.test\.json|appsettings\.json|appsettings\.development\.json