Replies: 2 comments
-
It'd be great to see a comparison with other solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like the suggestion, thanks for raising it. Just as a point of reference we use the Python voluptuous package in a few places in ansible-base's CI for validating different parts of the code base. I've no idea how that compares to YAMALE. |
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.
-
Summary
Schema of ansible-lint configuration file can be validated via YAMALE tool, which also supports definitions for custom rules.
Issue Type
Additional Information
This issue has been opened in account to a discussion available here - 7348a24#r39969016
Possible solution for
TODO(ssbarnea): implement schema validation for config file
inlib/ansiblelint/cli.py
in fuctiondef load_config(config_file):
.Beta Was this translation helpful? Give feedback.
All reactions