Dmitrii Kashin
Dmitrii Kashin
Hey, I added a simple lookup for upper directories for ansible.cfg. Usually ansible.cfg is located in the root of project, and encrypted files are somewhere else, i.e. under vars/ directory....
### Summary Let's assume you have a dictionary like this: ``` cron_jobs: - name: "true" command: "true" hour: 2 minute: 0 skip: true - name: "schedule" command: "true" schedule: "0...
This PR improves get_extended_config_file function providing it with the ability to expand variables and tilde so you can use more complex values in `extends:`. Example 1: ``` extends: ~/repos/github.com/freehck/linting-rules/.yamllint ```...
Would be good to have some pipelines to perform the following checks automatically: 1. linting 2. checkdoc 3. pre-release version check