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
Many TODOs in .robotcop.toml are used in this repo. We override the line length to 180, which we should not do.
Can PR, which will fix that, revert that override? Are we expecting someone to do it for the whole code in one run?
This is copied from OSFV, where application of such strict rules blows everything apart. Here we have much less RF code and probably would not be a problem, but we might as well keep the consistent rules.
Your PR addresses the Python length, which is fine to change. For some reason, black Python formatter uses different default.
Many TODOs in
.robotcop.toml
are used in this repo. We override the line length to 180, which we should not do.Can PR, which will fix that, revert that override? Are we expecting someone to do it for the whole code in one run?
First PR which try to address the issue: https://github.com/Dasharo/osfv-scripts/pull/81/files
The text was updated successfully, but these errors were encountered: