You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I remove the spaces around = it starts complaining about the lack of spaces around = :)
ERROR: Found 2 pep8 issue(s) which need to be resolved:
ERROR: plugins/filter/junit2obj.py:292:84: E252: missing whitespace around parameter equals
ERROR: plugins/filter/junit2obj.py:292:85: E252: missing whitespace around parameter equals
It seems the contradiction is between pylint and pycodestyle
Issue Type
Bug Report
OS / ENVIRONMENT
ansible-lint --versionansible-lint 24.12.2 using ansible-core:2.18.1 ansible-compat:24.10.0 ruamel-yaml:0.18.6 ruamel-yaml-clib:None
ansible installation method: one of source, pip, OS package
ansible-lint installation method: one of source, pip, OS package
STEPS TO REPRODUCE
push to github
review the CI progress
Unrelated to playbooks, this is pre-use issue
Desired Behavior
Possible security bugs should be reported via email to [email protected]
Summary
while working on:
https://github.com/redhatci/ansible-collection-redhatci-ocp/actions/runs/12744473933/job/35516453086?pr=510
getting linter (not sure specific stage/setting) complains:
for this code line:
if I remove the spaces around
=
it starts complaining about the lack of spaces around=
:)It seems the contradiction is between
pylint
andpycodestyle
Issue Type
OS / ENVIRONMENT
STEPS TO REPRODUCE
Unrelated to playbooks, this is pre-use issue
Desired Behavior
Possible security bugs should be reported via email to
[email protected]
Actual Behavior
Please give some details of what is happening. Include a minimum complete
verifiable example with:
ansible-playbook --syntax-check playbook
The text was updated successfully, but these errors were encountered: