Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

`pylintrc` options not recognized by latest `pylint` #190

Closed txtsd closed 1 year ago

txtsd commented 1 year ago
λ pylint --rcfile pylintrc --recursive=y .
************* Module pylintrc
pylintrc:1:0: E0015: Unrecognized option found: files-output, bad-functions, function-name-hint, variable-name-hint, const-name-hint, attr-name-hint, argument-name-hint, class-attribute-name-hint, inlinevar-name-hint, class-name-hint, module-name-hint, method-name-hint, no-space-check (unrecognized-option)
pylintrc:1:0: W0012: Unknown option value for '--disable', expected a valid pylint message and got 'locally-enabled' (unknown-option-value)

λ pip freeze | grep pylint
pylint==2.15.5