rlalik/GitHub Classroom Python Pylint Grader
A plugin for GitHub Classroom's Autograder using pylint to score student code quality.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timeout | Duration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 60 minutes. | yes | 10 |
| max-score | The maximum amount of points a student can receive for this test. | no | — |
| setup-command | Command to execute prior to the test, typically for environment setup or dependency installation. | no | — |
| pylint-args | Additional arguments for pylint. | no | "" |
| files | Files to be checked. Bash-like files list. if FINDALL is present, it will look for all py files in the project including subdirectories. | no | FINDALL |
Outputs
| name | description |
|---|---|
| result | Runner output |