make c-isms to hint
This commit is contained in:
parent
5ff74cf621
commit
12e1611754
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue