18 lines
No EOL
489 B
Text
18 lines
No EOL
489 B
Text
{
|
|
// run lint in live mode: lint file (without popup) every XXX ms
|
|
// please, be careful: this may cause performance issues on ST2
|
|
"live_mode": false,
|
|
// set live mode lint delay, in milliseconds
|
|
"live_mode_lint_delay": 10000,
|
|
|
|
// D: Fuck documentation, right?
|
|
// E401: no multiple imports on same line
|
|
// E265: block comment (#) blah blah blah
|
|
"ignore": ["D"],
|
|
|
|
// popup a dialog of detected conditions?
|
|
"popup": false,
|
|
// highlight detected conditions?
|
|
"highlight": true,
|
|
|
|
} |