-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where map fields would not be validated (#27)
* Maps are now properly populated * Update doc.go * Update linter rules * Update to go 1.21 * Add test case * Update golangci-lint to latest version * Update godoc
- Loading branch information
Showing
13 changed files
with
275 additions
and
161 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 |
---|---|---|
|
@@ -19,6 +19,8 @@ linters: | |
- nlreturn | ||
- errname | ||
- nonamedreturns | ||
- tagalign | ||
- depguard | ||
|
||
issues: | ||
exclude-rules: | ||
|
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.