aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* Fix some styling issues on cmake codeSimon Warta2017-04-041-4/+4
|
* pylint: use LexResult to store result of lexerSimon Warta2017-03-081-1/+1
|
* pylint: use lex return value in ModuleInfoSimon Warta2017-03-081-2/+2
|
* pylint: make some limits less strictSimon Warta2017-03-081-3/+3
|
* Add .pylintrcSimon Warta2017-01-091-0/+380
Default generated .pylintrc from pylint 1.5.2 (Python 3.5.2) with the following modification: - turn off full reports (reports=no) - disable rule "missing-docstring" - disable rule "logging-not-lazy" (we don't care for speed) - set line length limit to 120 - set line limit per module to 3000 - allow short variable names