Releases: lluissm/license-header-checker
Releases · lluissm/license-header-checker
v1.5.0
The tool now uses a regular expression to parse the license headers.
/* ... */
comment style is still the default option but now there is the possibility to provide a custom regex for other comment styles using the optional -e
flag.
Changelog
v1.4.0
Changelog
- Add golangci-lint and fix minor lint issues
- Add GitHub action to check the licenses :)
- Integrate goreleaser to automate releases
- Add install script to download release automatically
- Change implementation from filepath.Walk to filepath.WalkDir
v1.3.0
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Features
- Scan folder to see if files of certain extensions have a specific license header.
- Add target license to a file if it does not have any (optional with -a flag).
- Replace license if it is different from target one (optional with -r flag).
- Ignore specific files or folders (optional with -i flag).