-
Notifications
You must be signed in to change notification settings - Fork 668
Comparing changes
Open a pull request
base repository: ansible/ansible-lint
base: v6.6.1
head repository: ansible/ansible-lint
compare: v6.7.0
- 10 commits
- 39 files changed
- 7 contributors
Commits on Sep 21, 2022
-
Use site.getuserbase() to detect ansible executable (#2477)
As it is quite common for many users to miss adding python bin scripts folder to their PATH, even if pip does warn them about the issue, we now add it dynamically. Fixes: #2357
Configuration menu - View commit details
-
Copy full SHA for 455a909 - Browse repository at this point
Copy the full SHA 455a909View commit details -
Configuration menu - View commit details
-
Copy full SHA for e00891b - Browse repository at this point
Copy the full SHA e00891bView commit details -
Ensure that symlink-arguments are resolved (#2476)
- Fixes bug where a giving a symlinked directory as argument would fail to lint the entire role, basically because the linter failed to resolve the link before processing all lintables within it. - Ensure we resolve symlink in Lintable constructor - Add normalization function that returns a Path
Configuration menu - View commit details
-
Copy full SHA for fd2ecfe - Browse repository at this point
Copy the full SHA fd2ecfeView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2482270 - Browse repository at this point
Copy the full SHA 2482270View commit details -
Change rich markdown theme/colors (#2486)
* Change rich markdown theme/colors * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55068d7 - Browse repository at this point
Copy the full SHA 55068d7View commit details
Commits on Sep 23, 2022
-
fix: use ansible-compat to install collections (#2466)
* fix: use ansible-compat to install collections * chore: clean-up pylint failures * test: drop mocking tests These tests are no longer useful since they are checking for a behaviour that is no longer present in the code, but handled by `ansible-compat`. * fix: move example galaxy.yml file for tests The example galaxy.yml is invalid since it points to non-existant collections, this breaks some of the other tests which try and build a runtime and try and install it. * fix: drop PYTEST_REQPASS * Bump compat Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com> Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e248b64 - Browse repository at this point
Copy the full SHA e248b64View commit details -
name[template]: recommend to use templating as suffix on names (#2483)
* add named templated * added named template play book * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed code Co-authored-by: vineethreddykaturu <vkaturu@redhat.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com> Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7258dba - Browse repository at this point
Copy the full SHA 7258dbaView commit details -
Ensure we do not return relative paths outside the project (#2492)
Makes normpath match normpath_path one and avoid returning relative paths outside current working directory / project. This should fix the WSL job, which was running the testing outside user home directory, and that produced different file paths.
Configuration menu - View commit details
-
Copy full SHA for 31a1092 - Browse repository at this point
Copy the full SHA 31a1092View commit details -
Extend key-order key to sort more keys than the name (#2454)
- refactor key ordering to allow us to sort all keys - ensure `block`/`rescue`/`always` are sorted `last`
Configuration menu - View commit details
-
Copy full SHA for 01d2e6d - Browse repository at this point
Copy the full SHA 01d2e6dView commit details -
Refactor no-loop-var-prefix rule (#2470)
* docs lint rule no-loop-var * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor no-loop-var-prefix - rename rule to loop-var-prefix and keep alias for old name - make rule produce more detailed messages - add documentation to the rule Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4de1cd - Browse repository at this point
Copy the full SHA e4de1cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.6.1...v6.7.0