sh

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2019 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker interface {
	Check(file string) error
	Install() (string, error)
}

Checker interface

func Checkers

func Checkers(opts Options) []Checker

Checkers all checkers

type Options added in v0.0.8

type Options struct {
	Shellcheck ShellcheckOptions
}

Options provides options to the underline checkers

type ShellcheckOptions added in v0.0.8

type ShellcheckOptions struct {
	Exclude []string
}

ShellcheckOptions pass down options to the shellcheck binary

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL