-
Notifications
You must be signed in to change notification settings - Fork 705
Comparing changes
Open a pull request
base repository: ansible/ansible-lint
base: v5.1.2
head repository: ansible/ansible-lint
compare: v5.1.3
- 18 commits
- 64 files changed
- 6 contributors
Commits on Jul 18, 2021
-
var-spacing: fix multiline nested JSON false positive (#1672)
* E206: Increase testing accuracy VariableHasSpacesRule testing was limited to ensuring that the number of error was matching an expected number. This could have potential limitation where for example a commit prevents an real linting error from being raised and in the same time raises an invalid one. This commit aims at improving this rule's testing by ensuring that errors are raised only on a controlled set of lines. Related to: #1671 * E206: Add testing for false positive nested JSON This commit adds 4 new tasks in example playbook used for VariableHasSpacesRule testing. One of these rule is a nested multiline JSON object which has its opening and closing brackets spanned on different lines. And this rule raises false positive error. Related to #1671 * E206: Fix multiline nested JSON false positive When using a nested JSON object spanned on multiple lines in a Jinja2 context ansible-lint raises a false positive E206 error. This commit extends the regex in charge of excluding false positive JSON objects so that it handl 10BC0 es multiline matching. Fixes #1671 Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 04d68a0 - Browse repository at this point
Copy the full SHA 04d68a0View commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2fae71 - Browse repository at this point
Copy the full SHA f2fae71View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 619b42d - Browse repository at this point
Copy the full SHA 619b42dView commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27f7664 - Browse repository at this point
Copy the full SHA 27f7664View commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 180ec78 - Browse repository at this point
Copy the full SHA 180ec78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2766e - Browse repository at this point
Copy the full SHA 4c2766eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a0c06 - Browse repository at this point
Copy the full SHA 92a0c06View commit details -
This pre-configures settings for a linting tool that checks if all the function args are documented in their docstrings.
Configuration menu - View commit details
-
Copy full SHA for feb15ec - Browse repository at this point
Copy the full SHA feb15ecView commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b420db - Browse repository at this point
Copy the full SHA 7b420dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e8b17 - Browse repository at this point
Copy the full SHA 51e8b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5452778 - Browse repository at this point
Copy the full SHA 5452778View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ba055 - Browse repository at this point
Copy the full SHA d5ba055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629caa7 - Browse repository at this point
Copy the full SHA 629caa7View commit details
Commits on Aug 19, 2021
-
Use force for ansible-galaxy install commands (#1704)
This fixed bug which affects ansible 2.9 where the install fails if an outdated version is already present. Newer versions are able to upgrade it without using force.
Configuration menu - View commit details
-
Copy full SHA for 69b1f21 - Browse repository at this point
Copy the full SHA 69b1f21View commit details -
Continuously check for the broken links across the project (#1698)
* Fix broken links across the project * Set the linkcheck workers to 25 * Add a linkcheck toxenv * Integrate linkcheck into GHA
Configuration menu - View commit details
-
Copy full SHA for e8b78b7 - Browse repository at this point
Copy the full SHA e8b78b7View commit details -
Fix flake8 PT009 violation in tests (#1705)
* Fix flake8 PT009 violation in tests Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com> Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
Configuration menu - View commit details
-
Copy full SHA for 95aeb4f - Browse repository at this point
Copy the full SHA 95aeb4fView commit details
Commits on Aug 20, 2021
-
Refactor use of pip-compile (#1655)
* rename test-requirements.txt to constraints.txt to better reflect its purpose * move test dependencies into test extra so custom rule authors can easily install them
Configuration menu - View commit details
-
Copy full SHA for 200e69c - Browse repository at this point
Copy the full SHA 200e69cView commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e2f27e - Browse repository at this point
Copy the full SHA 8e2f27eView 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 v5.1.2...v5.1.3