Enable the diagnostics which already pass

These were carried over as disabled from the luals config but report
nothing, so they only ever masked a future regression.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
bbassie
2026-08-07 15:31:48 +00:00
co-authored by Claude Opus 5
parent f5656025ee
commit 2fece14a45
-5
View File
@@ -22,18 +22,13 @@
"globals": [ "__DebugAdapter", "__Profiler" ], "globals": [ "__DebugAdapter", "__Profiler" ],
"disable": [ "disable": [
"assign-type-mismatch", "assign-type-mismatch",
"await-in-sync",
"invert-if",
"missing-parameter", "missing-parameter",
"missing-return-value",
"param-type-mismatch", "param-type-mismatch",
"preferred-local-alias", "preferred-local-alias",
"redefined-local", "redefined-local",
"redundant-parameter", "redundant-parameter",
"redundant-return-value", "redundant-return-value",
"return-type-mismatch", "return-type-mismatch",
"unbalanced-assignments",
"undefined-doc-param",
"unnecessary-assert", "unnecessary-assert",
"unnecessary-if", "unnecessary-if",
"unused" "unused"