Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseScanner ¶ added in v0.3.0
type LicenseScanner struct{}
LicenseScanner is a file processor that matches file contents against the license classifier corpus. When a file holds a license, its normalized SPDX identifier is recorded as the node's license and concluded license; files without one are left untouched.
func NewLicenseScanner ¶ added in v0.3.0
func NewLicenseScanner() *LicenseScanner
Click to show internal directories.
Click to hide internal directories.