Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linter on CI #4

Closed
MathieuLamiot opened this issue Jul 26, 2023 · 0 comments · Fixed by #92
Closed

Fix linter on CI #4

MathieuLamiot opened this issue Jul 26, 2023 · 0 comments · Fixed by #92
Assignees

Comments

@MathieuLamiot
Copy link

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.

@MathieuLamiot MathieuLamiot self-assigned this Mar 11, 2024
MathieuLamiot added a commit that referenced this issue Mar 11, 2024
@MathieuLamiot MathieuLamiot mentioned this issue Mar 11, 2024
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant