Documentation
¶
Index ¶
- type Rocacheck
- func (l *Rocacheck) HandleRequest(ctx context.Context, lin *linter.LinterInstance, lreq *linter.LintingRequest) []linter.LintingResult
- func (l *Rocacheck) ProcessResult(lresult linter.LintingResult) linter.LintingResult
- func (l *Rocacheck) StartInstance() (useHandleRequest bool, directory, cmd string, args []string)
- func (l *Rocacheck) StopInstance(lin *linter.LinterInstance)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rocacheck ¶
type Rocacheck struct{}
func (*Rocacheck) HandleRequest ¶
func (l *Rocacheck) HandleRequest(ctx context.Context, lin *linter.LinterInstance, lreq *linter.LintingRequest) []linter.LintingResult
func (*Rocacheck) ProcessResult ¶
func (l *Rocacheck) ProcessResult(lresult linter.LintingResult) linter.LintingResult
func (*Rocacheck) StartInstance ¶
func (*Rocacheck) StopInstance ¶
func (l *Rocacheck) StopInstance(lin *linter.LinterInstance)
Click to show internal directories.
Click to hide internal directories.