2021-07-31 20:06:03 -05:00
|
|
|
# .ansible-lint
|
|
|
|
# vim:ft=ansible
|
|
|
|
|
|
|
|
exclude_paths:
|
|
|
|
# We're not interested in linting Galaxy roles here
|
2021-09-18 16:14:14 -05:00
|
|
|
- .roles
|
2021-09-18 16:46:47 -05:00
|
|
|
- /root/.cache
|
|
|
|
- ../../../root/.cache
|
2021-07-31 20:06:03 -05:00
|
|
|
|
|
|
|
mock_roles:
|
|
|
|
# Used for local testing
|
2021-09-18 16:14:14 -05:00
|
|
|
- geerlingguy.docker
|
|
|
|
- geerlingguy.postgresql
|
|
|
|
- willshersystems.sshd
|
2021-07-31 20:06:03 -05:00
|
|
|
|
2021-08-01 13:43:58 -05:00
|
|
|
skip_list:
|
2021-07-31 20:06:03 -05:00
|
|
|
# I'm aware of the risks and accept them
|
|
|
|
- package-latest
|
2021-09-24 21:11:03 -05:00
|
|
|
# I do not intend to publish a majority of roles here
|
|
|
|
# The ones that I do will be in separate repos with their own CI/CD
|
|
|
|
- meta-no-info
|
|
|
|
# I don't care
|
|
|
|
- role-name
|
2022-03-24 11:57:26 -05:00
|
|
|
# Fuck off with the yaml stylings
|
|
|
|
# yes/no is a wide Ansible convention
|
|
|
|
- yaml
|
2021-08-01 13:43:58 -05:00
|
|
|
|
|
|
|
warn_list:
|
2021-07-31 20:14:54 -05:00
|
|
|
# These tend to be pretty buggy
|
|
|
|
- experimental
|
2022-03-24 11:57:26 -05:00
|
|
|
# FQCN is a nice-to-have, but I'm not worried about it
|
|
|
|
- fqcn-builtins
|