mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Make unused variable finding work on Mac OS X
This commit is contained in:
parent
f364074fbb
commit
4c0bd748e1
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
*.swp
|
*.swp
|
||||||
.tox
|
.tox
|
||||||
.cache
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ repos:
|
||||||
args: [-c=.yamllint]
|
args: [-c=.yamllint]
|
||||||
|
|
||||||
- repo: https://github.com/robertdebock/pre-commit
|
- repo: https://github.com/robertdebock/pre-commit
|
||||||
rev: v1.2.1
|
rev: v1.2.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible_role_find_unused_variable
|
- id: ansible_role_find_unused_variable
|
||||||
- id: ansible_role_find_empty_files
|
- id: ansible_role_find_empty_files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue