Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DanglingWhitespace is the rule for checking the presence of dangling // whitespaces on line endings. DanglingWhitespace = validate.Rule{ Name: "dangling-whitespace", Description: "checking the presence of dangling whitespaces on line endings", Run: ValidateDanglingWhitespace, Default: true, } )
Functions ¶
func ValidateDanglingWhitespace ¶
ValidateDanglingWhitespace runs Git's check to look for whitespace errors.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.