-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localized error message support is added. (#153)
# Describe Request Localized error message support is added. # Change Type New feature.
- Loading branch information
Showing
29 changed files
with
652 additions
and
82 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
output: "{{.Dir}}/README.md" | ||
repository: | ||
url: https://github.com/cinar/checker | ||
exclude-dirs: "./v2/..." |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ tasks: | |
lint: | ||
cmds: | ||
- go vet ./... | ||
- go run github.com/securego/gosec/v2/cmd/[email protected] ./... | ||
- go run github.com/securego/gosec/v2/cmd/[email protected] -exclude-dir=v2 ./... | ||
- go run honnef.co/go/tools/cmd/[email protected] ./... | ||
- go run github.com/mgechev/[email protected] -config=revive.toml ./... | ||
|
||
|
Oops, something went wrong.