2021-05-22 10:28:54 -04:00
|
|
|
{
|
|
|
|
"lint_maxScopeDepth": 99,
|
|
|
|
"lint_syntaxErrors": true,
|
|
|
|
"lint_syntaxInconsistencies": true,
|
|
|
|
"lint_deprecated": false,
|
|
|
|
"lint_trailingWhitespace": true,
|
|
|
|
"lint_whitespaceStyle": true,
|
|
|
|
"lint_beginnerMistakes": true,
|
|
|
|
"lint_emptyBlocks": false,
|
2021-08-04 04:30:52 -04:00
|
|
|
"lint_shadowing": false,
|
2021-05-22 10:28:54 -04:00
|
|
|
"lint_gotos": true,
|
|
|
|
"lint_doubleNegations": true,
|
|
|
|
"lint_redundantIfStatements": true,
|
|
|
|
"lint_redundantParentheses": true,
|
|
|
|
"lint_duplicateTableKeys": true,
|
|
|
|
"lint_profanity": true,
|
|
|
|
"lint_unusedVars": true,
|
|
|
|
"lint_unusedParameters": false,
|
|
|
|
"lint_unusedLoopVars": false,
|
|
|
|
"lint_inconsistentVariableStyle": false,
|
|
|
|
"lint_ignoreFiles": [],
|
|
|
|
|
|
|
|
"prettyprint_spaceAfterParens": false,
|
|
|
|
"prettyprint_spaceAfterBrackets": false,
|
|
|
|
"prettyprint_spaceAfterBraces": false,
|
|
|
|
"prettyprint_spaceAfterLabel": false,
|
|
|
|
"prettyprint_spaceBeforeComma": false,
|
|
|
|
"prettyprint_spaceAfterComma": true,
|
|
|
|
"prettyprint_semicolons": false,
|
|
|
|
"prettyprint_cStyle": false,
|
|
|
|
"prettyprint_rejectInvalidCode": false,
|
|
|
|
"prettyprint_indentation": " ",
|
|
|
|
"log_format": "auto"
|
|
|
|
}
|