-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow to configure the check command * update linter version + fix new lint issues * update readme + change flags for consistency * Don't validate the license names upfront * simplify the interface * add extra usage documentation * add support for unknown licenses * move global usage comment
- Loading branch information
Showing
18 changed files
with
427 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ jobs: | |
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. | ||
# NOTICE: golangci-lint version should be the same as go.mod. When upgrading, also update go.mod by: | ||
# go get github.com/golangci/[email protected] | ||
version: v1.29 | ||
version: v1.49 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.