-
Notifications
You must be signed in to change notification settings - Fork 129
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
Improvement: [CI-self] Add jobs to verify pylint features #804
Improvement: [CI-self] Add jobs to verify pylint features #804
Conversation
Not sure why this job fails.
https://github.com/ros-industrial/industrial_ci/actions/runs/3832848710/jobs/6523638429#step:3:431
Locally the same file doesn't fail `pylint`.
|
Hm, ok, specifying a module in
|
2337c12
to
c568b57
Compare
c568b57
to
3cc8606
Compare
I'm trying to exclude `sample_talker.py`, but I see `pylint` still looks into it.Exit code 30: Lines that contains "
Ah, I found passing a path of the file to be excluded to Yet I still see the job fails with |
I think what I'm stuck at might be a limitation of current ICI, so I ticketed it #805 for the confirmation, and further discussion. |
Co-authored-by: Felix Messmer <[email protected]>
There are still 2 jobs that failed but don't seem to be relevant (not sure what I should do for this PR). So I removed WIP status. Please review @mathias-luedtke https://github.com/ros-industrial/industrial_ci/actions/runs/3847511406/jobs/6554073265#step:3:1528
https://github.com/ros-industrial/industrial_ci/actions/runs/3847511406/jobs/6554062024#step:4:1595
|
Issue
There are a few
pylint
features in ICI but they are not set to be verified on CI of this repo so it's unclear whether it's working.Approach to solution
Add pipeline on this repo's CI.