Fix various linting issues

This commit is contained in:
Matt Willsher 2022-06-05 09:03:05 +01:00
parent 57c46b6587
commit 8e39178751

View file

@ -1,6 +1,4 @@
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
- 'fqcn-builtins' # this is not compatible with ansible 2.6 on RHEL6
exclude_paths:
- tests/roles/