Hello everyone. Quick question about the linters r...
# general
r
Hello everyone. Quick question about the linters report folder. We are using pants version 2.16.0.dev4, and for bandit and pylint (not flake8), there are 2 generated folders in
dist/lint/<linter_name>
:
Copy code
19:00:25.65 [INFO] Wrote lint report files to dist/lint/bandit/__CPython==3.9.13__.
19:00:25.65 [INFO] Wrote lint report files to dist/lint/bandit/__CPython==3.9.13___.
19:00:25.65 [INFO] Wrote lint report files to dist/lint/flake8.
19:00:25.65 [INFO] Wrote lint report files to dist/lint/pylint/__CPython==3.9.13__.
19:00:25.65 [INFO] Wrote lint report files to dist/lint/pylint/__CPython==3.9.13___.
I don't remember having this behavior with 2.14.x. Do you have any idea what can cause this?
🤯 1