Sorin Sbarnea

Results 496 issues of Sorin Sbarnea

Just an example for reproducing https://github.com/tox-dev/tox/issues/2414

skip-changelog

# Issue Type - Feature request # Desired Behaviour Putting name of the task as first attribute should be verified, even if Ansible would allow mentioning `name:` at any point...

feature

We should integrated https://github.com/ansible-network/collection_prep into ansible-lint as a default feature for collections. `ansible-lint` is already used to certify collections and having one less tool to run would only benefit everyone....

feature

# Issue Type - Feature request # Desired Behaviour Ansible can raise various DeprecationWarning exceptions while called by ansible-lint, and we should capture these and raise them as linting errors....

enhancement

In order to avoid getting bug reports for old versions of the linter, add a version check that adds a warning at the end of the execution when an older...

bug

Apparently when running pytest with python 3.10 we get some warnings from ansible 2.12 which we cannot ignore. They were addressed in 2.13 but a backport is not planned. I...

bug

I came recently to my attention that some decisions that we made in the past regarding the formatting rules ansible-lint checks for on YAML files may be in conflict with...

enhancement

We have lots of checks that are already covered by our schemas or can easily be checked by altering [our schemas](https://github.com/ansible-community/schemas). Thus it would be wise if we just add...

feature

# Issue Type - Feature request It would prove very useful if ansible-lint could identify what appears to be incorrect use of comparision operators on variables that contain versions. Example:...

enhancement
feedback-needed

##### Summary In order to ensure that ansible-lint can easily be distributed by major distributions in a timely manner and avoid having heavily outdated distro packages, we should ensure that...

bug