make c-isms to hint

This commit is contained in:
AcerecA 2025-01-20 15:21:51 +01:00
parent 5ff74cf621
commit 12e1611754
1 changed files with 1 additions and 1 deletions

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: