blob: e9131c8538a70951da316028c7f5e72158527e33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
# For use with pre-commit.
# See usage instructions at http://pre-commit.com
- id: ansible-lint
name: Ansible-lint
description: This hook runs ansible-lint.
entry: ansible-lint
language: python
files: \.(yaml|yml)$
|