Non-hidden config file #1284
Unanswered
sourcejedi
asked this question in
Ideas
Replies: 1 comment
-
I am considering switching the configuration file to By switching I mean: deprecating, and adding a warning which asks user to rename the file. Due to the re nature of this change, I will wait for extra feedback before doing anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ansible-galaxy lets you override their lint rules, by creating an
.ansible-lint
file in your role. Yay!This effectively means part of your role's tests are stored in a "hidden" unix file. Boo!
For now, I've symlinked
.ansible-lint
toansible-lint.cfg
. This means I can see the config file.Could ansible-lint start reading
ansible-lint.cfg
?Beta Was this translation helpful? Give feedback.
All reactions