11ede4f2ed
Declares bashare pre-commit configuration. Change-Id: Ia9f45181094f2f839ad276d29e638e34d253f439 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
13 lines
260 B
YAML
13 lines
260 B
YAML
---
|
|
|
|
# For use with pre-commit.
|
|
# See usage instructions at http://pre-commit.com
|
|
|
|
- id: bashate
|
|
name: bashate
|
|
description: This hook runs bashate for linting shell scripts
|
|
entry: bashate
|
|
language: python
|
|
types: [shell]
|
|
verbose: true
|