Custom changes

Custom checkers

EduLint provides custom checkers to report more problems frequent in novice code. It does so by extending Pylint with extra plugins. The checkers can therefore be invoked in the standard Pylint manner (e.g. using --enable or --disable) on the Edulint’s pylint option.

Tweakers

Tweaked message

Effects

disallowed-name

  • when allowed-onechar-names is enabled, complains on all single-character variable names, encouraging choosing a different name