From 2fece14a45830093d8d31135320227119172601c Mon Sep 17 00:00:00 2001 From: bbassie <17990055+bbassie@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:38:19 +0000 Subject: [PATCH] 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) --- .emmyrc.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.emmyrc.json b/.emmyrc.json index c103023e..88091ed7 100644 --- a/.emmyrc.json +++ b/.emmyrc.json @@ -22,18 +22,13 @@ "globals": [ "__DebugAdapter", "__Profiler" ], "disable": [ "assign-type-mismatch", - "await-in-sync", - "invert-if", "missing-parameter", - "missing-return-value", "param-type-mismatch", "preferred-local-alias", "redefined-local", "redundant-parameter", "redundant-return-value", "return-type-mismatch", - "unbalanced-assignments", - "undefined-doc-param", "unnecessary-assert", "unnecessary-if", "unused"