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
The CI considers that the linter check is OK based on the last returned line being different from 0.
This works if we only lint with flake8 which finishes the report with 0 for OK and 1 for KO. But since we lint with pylint as well, the test does not work anymore.
The text was updated successfully, but these errors were encountered:
The CI considers that the linter check is OK based on the last returned line being different from 0.
This works if we only lint with flake8 which finishes the report with 0 for OK and 1 for KO. But since we lint with pylint as well, the test does not work anymore.
The text was updated successfully, but these errors were encountered: