Skip to content

Commit

Permalink
Merge pull request #568 from tdakkota/feat/uint-format
Browse files Browse the repository at this point in the history
feat(gen): add `uint` integer formats
  • Loading branch information
ernado authored Sep 14, 2022
2 parents 3dec536 + ded33e0 commit cd7113d
Show file tree
Hide file tree
Showing 21 changed files with 54,583 additions and 29,145 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ issues:

# Not supposed to be constant.
- linters: [ goconst ]
text: 'string `(string|number|int32|int64)`'
text: 'string `(string|number|u?int\d{0,2})`'
- linters: [ goconst ]
text: 'string `(Unix|unix|date|time)'

Expand Down
Loading

0 comments on commit cd7113d

Please sign in to comment.