We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21916b commit d380b75Copy full SHA for d380b75
.pre-commit-config.yaml
@@ -6,3 +6,17 @@ repos:
6
args: [--allow-multiple-documents]
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
+
10
+ - repo: https://github.com/adrienverge/yamllint
11
+ rev: v1.26.3
12
+ hooks:
13
+ - id: yamllint
14
+ args: [-c=.yamllint]
15
16
+ - repo: https://github.com/robertdebock/pre-commit
17
+ rev: v1.2.3
18
19
+ - id: ansible_role_find_unused_variable
20
+ - id: ansible_role_find_empty_files
21
+ - id: ansible_role_find_empty_directories
22
+ - id: ansible_role_fix_readability
0 commit comments