Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some styling issues on cmake code | Simon Warta | 2017-04-04 | 1 | -4/+4 |
| | |||||
* | pylint: use LexResult to store result of lexer | Simon Warta | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | pylint: use lex return value in ModuleInfo | Simon Warta | 2017-03-08 | 1 | -2/+2 |
| | |||||
* | pylint: make some limits less strict | Simon Warta | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | Add .pylintrc | Simon Warta | 2017-01-09 | 1 | -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 |