Sorin Sbarnea

Results 496 issues of Sorin Sbarnea

Calling `tox` with tox 4 will produce an infinite loop, something that is not happening with tox 3. ```ini [tox] # adding any tox plugin below would trigger the recursive...

bug:normal

There is a regression on tox4 where it fails to parse requirement files that contain hashes. While these are not very popular they are still the recommended for security reasons...

bug:normal

Currently there is no option to tell tox to passenv `FOO_*` with exceptions `FOO_BAR` and if you are unlikely enough to have to deal with a tool for which `unset`...

feature:new
help:wanted

Having a configuration file schema would clearly make tox easier to use. - Users would know right away if they had a typo, like the famous `skipdist` vs `skipsdist`. -...

feature:new
help:wanted

Valid: - only one `main.yml` file - all other files have `_` prefix - all other files are in subdirectories Invalid: - multiple files in tasks/ Reasonint: We want to...

new rule

That is a failed attempt to avoid multiple warnings such: /Users/ssbarnea/c/a/ansible-lint/.tox/py/lib/python3.11/site-packages/coverage/inorout.py:535: CoverageWarning: Module ansiblelint was previously imported, but not measured (module-not-measured) self.warn(msg, slug="module-not-measured") Apparently even with https://pytest-cov.readthedocs.io/en/latest/plugins.html these are still...

bug

##### Summary I would like to implement a configurable option for silencing specific errors similar to the one used by flake8, where you can acknowledge and ignore specific errors inside...

feature
feedback-needed

##### Summary ``` vars: capture_file: | {{ something }} ``` I encountered accidental introduction of bugs while trying to shorten the line width or removal of the quoting and forget...

feature

##### Summary This was requested as a feature in https://github.com/ansible/ansible-lint/discussions/1094#discussioncomment-127792 -- to be able to identify outdated or missing `min_version` in roles and collections. The reality is that any core...

feature