klen / pylama

Code audit tool for python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`[pylama:pylint] disable = R` no longer works

stringfellow opened this issue · comments

Until v 7.7.1, using disable = R in the setup.cfg file under [pylama:pylint] prevented pylint from warning for R type lint. Since then (?) and certainly in v 8.2.0 this is not the case.

Example config:

[pylama]
format = pylint
linters = pylint,mccabe,pep8,pep257,pyflakes

[pylama:pylint]
disable = R

Version of pylama-pylint is pinned to 3.1.1, version of pylint is latest 2.12.1

Thank you for the report. BTW the section supports ignore, select as well.