make c-isms to hint

This commit is contained in:
2025-01-20 15:21:51 +01:00
parent 5ff74cf621
commit 12e1611754
+1 -1
View File
@@ -100,7 +100,7 @@ class SkillLanguageServer(LanguageServer):
Position(row, col + 1),
),
f"c-ism detected: change to `( {tok}`",
DiagnosticSeverity.Warning,
DiagnosticSeverity.Hint,
)
def diagnose(self, doc: TextDocument) -> None: