aboutsummaryrefslogtreecommitdiff
path: root/file.go
AgeCommit message (Expand)Author
2026-01-15all: allow multiple pattern in match-file-commentShulhan
2026-01-15report: do not return an error if report file does not existShulhan
2026-01-15all: add group "done" in the 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-14match_file_comment: do not add space on prefix and suffixShulhan
2026-01-14all: fix error when scanning and apply empty fileShulhan
2026-01-14all: get the copyright year from git historyShulhan
2026-01-13all: split the delete_line_pattern into before and afterShulhan
2026-01-12all: fix default regex match license and copyright to ignore commentShulhan
2026-01-12all: add configuration for setting default copyright yearShulhan
2026-01-12all: remove prefix config from struct matchCopyright and matchLicenseShulhan
2026-01-12all: implement match-file-comment for seting comment based on file nameShulhan
2026-01-11all: implement apply commandShulhan
2026-01-10report: store the index line number and comments in reportShulhan
2026-01-09report: change the output to use CSV formatShulhan
2026-01-09all: implement the scan commandShulhan
2026-01-08all: fix wrong copyright year on some filesShulhan
2026-01-08all: add missing license and copyrightShulhan
2026-01-08all: implement conversion for SPDX-License-IdentifierShulhan