Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
LinguistGeneratedPatterns []Pattern
}
Group is a logical collection of files. Check for a file's inclusion in the group using the Match method.
func (*Group) IsLinguistGenerated ¶
IsLinguistGenerated determines whether a file, given here by its full path is included in the .gitattributes linguist-generated group. These files are excluded from language stats and suppressed in diffs. https://github.com/github/linguist/#generated-code Unmarked paths (linguist-generated=false) are not supported.
Click to show internal directories.
Click to hide internal directories.