Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultExtensionsToIgnore ¶
func GetDefaultExtensionsToIgnore() []string
func GetDefaultFoldersToIgnore ¶
func GetDefaultFoldersToIgnore() []string
Types ¶
type OutputType ¶
type OutputType string
const ( Text OutputType = "text" JSON OutputType = "json" SonarQube OutputType = "sonarqube" )
func (OutputType) ToString ¶
func (o OutputType) ToString() string
Click to show internal directories.
Click to hide internal directories.