LNXSDK/Kha/checkstyle.json
2025-01-22 16:18:30 +01:00

27 lines
365 B
JSON

{
"defaultSeverity": "INFO",
"checks": [
{
"type": "UnusedLocalVar"
},
{
"type": "UnnecessaryConstructor"
},
{
"type": "AvoidStarImport"
},
{
"type": "PublicAccessor"
},
{
"type": "RedundantModifier"
},
{
"type": "StringLiteral",
"props": {
"policy": "doubleAndInterpolation"
}
}
]
}