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
> cd test
> ./pylint_test.sh
...
------------------------------------------------------------------
Your code has been rated at 8.48/10 (previous run: 8.48/10, +0.00)
This is likely going to change while we transition from prebuild to capgen and add, remove, modify features.
Solution
Fix coding style after capgen unification
Alternatives (optional)
Leave as is - not a good idea
Related to (optional)
n/a
The text was updated successfully, but these errors were encountered:
It would be great too to make a Github Action that automatically runs pylint against the relevant files and fails if the score is below some threshold. Although if there is interest then it should probably be done after pylint_test.sh produces good scores, or else the test will constantly fail.
@nusbaume Rather than have a specific threshold I wonder if it would be possible to just not allow the pylint score to decrease? That way we're either doing no harm, or improving things.
Description
As of 2024-03-08:
This is likely going to change while we transition from prebuild to capgen and add, remove, modify features.
Solution
Fix coding style after capgen unification
Alternatives (optional)
Leave as is - not a good idea
Related to (optional)
n/a
The text was updated successfully, but these errors were encountered: