type Finding = { File: string Line: int Column: int Rule: string Message: string Fixable: bool }
Nacara.Plugin.Linter.Rumdl
What a finding is: rumdl's own JSON, which says everything a diagnostic needs.
File: string
Line: int
Column: int
Rule: string
Message: string
Fixable: bool
On this page