mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
Fix various linting issues
This commit is contained in:
parent
57c46b6587
commit
8e39178751
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
warn_list: # or 'skip_list' to silence them completely
|
warn_list: # or 'skip_list' to silence them completely
|
||||||
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
|
|
||||||
- '306' # Shells that use pipes should set the pipefail option
|
- '306' # Shells that use pipes should set the pipefail option
|
||||||
- 'fqcn-builtins' # this is not compatible with ansible 2.6 on RHEL6
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- tests/roles/
|
- tests/roles/
|
||||||
|
|
Loading…
Reference in a new issue