dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Sync Pylint with Python judge #352

Closed niknetniko closed 1 year ago

niknetniko commented 1 year ago

This check results in many false positives, especially since a lot of problem statements give a one-letter name to variables. Additionally, some exercises use camel-case.

Fixes #351.