aboutsummaryrefslogtreecommitdiff
path: root/report.go
AgeCommit message (Expand)Author
2026-01-15report: do not return an error if report file does not existShulhan
2026-01-15all: move checking REUSE annotation after all files listedShulhan
2026-01-15all: add match-file-pattern for common filesShulhan
2026-01-15all: add group "done" in the reportShulhan
2026-01-15all: improve the scan by loading the existing reportShulhan
2026-01-15file: change the flag for grouping to use int instead of boolShulhan
2026-01-14all: handle binary file in post-scanShulhan
2026-01-14report: group the file with missing copyright year as unknownShulhan
2026-01-11report: add SPDX identifiers to generated reportShulhan
2026-01-11all: exclude file that contains both SPDX license and copyright textShulhan
2026-01-10report: store the index line number and comments in reportShulhan
2026-01-10report: add method loadReportShulhan
2026-01-09report: change the output to use CSV formatShulhan
2026-01-09all: implement the scan commandShulhan