rlalik/GitHub Classroom Python Pylint Grader

A plugin for GitHub Classroom's Autograder using pylint to score student code quality.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
timeoutDuration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 60 minutes.yes10
max-scoreThe maximum amount of points a student can receive for this test.no
setup-commandCommand to execute prior to the test, typically for environment setup or dependency installation.no
pylint-argsAdditional arguments for pylint.no""
filesFiles to be checked. Bash-like files list. if FINDALL is present, it will look for all py files in the project including subdirectories.noFINDALL
namedescription
resultRunner output