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