Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileFactory ¶
type FileFactory func(filename string) protoreflect.Message
type Linter ¶
type Linter struct {
// contains filtered or unexported fields
}
func NewGeneric ¶
func NewGeneric() *Linter
func (*Linter) LintFile ¶
func (l *Linter) LintFile(ctx context.Context, req *lsp.FileRequest) ([]lsp.Diagnostic, error)
Click to show internal directories.
Click to hide internal directories.