-
Notifications
You must be signed in to change notification settings - Fork 1
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
tox: pylint fails in CI #392
Comments
cwschilly
added a commit
that referenced
this issue
Jun 2, 2023
cwschilly
added a commit
that referenced
this issue
Jun 2, 2023
cwschilly
added a commit
that referenced
this issue
Jun 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
Pylint: FAIL
in the tox run in the CI, caused by 5 errors, as can be seen in these two pylint runs:https://github.com/DARMA-tasking/LB-analysis-framework/actions/runs/5100999367/jobs/9169599480#step:7
lines 1200, 1201, 1215, 1217, 1389
https://github.com/DARMA-tasking/LB-analysis-framework/actions/runs/5100999367/jobs/9169599480#step:7
lines 1203, 1204, 1218, 1220, 1384
Although these do not (for now) produce actual python errors when using the applications, the
pylint
errors that are thrown show that they could potentially lead to some issues later on, so fixing them would be appropriate.The text was updated successfully, but these errors were encountered: