Skip to content

Commit

Permalink
Localized error message support is added. (#153)
Browse files Browse the repository at this point in the history
# Describe Request

Localized error message support is added.

# Change Type

New feature.
  • Loading branch information
cinar authored Dec 29, 2024
1 parent c88ed08 commit 45bb608
Show file tree
Hide file tree
Showing 29 changed files with 652 additions and 82 deletions.
1 change: 1 addition & 0 deletions .gomarkdoc.yml
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/..."
2 changes: 1 addition & 1 deletion taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

Expand Down
Loading

0 comments on commit 45bb608

Please sign in to comment.