Skip to content

Commit

Permalink
feat: enable new flag in golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jan 16, 2024
1 parent 95cb78f commit b0cebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ issues:
- lll
- gci
# TODO_IMPROVE: see https://golangci-lint.run/usage/configuration/#issues-configuration
#new: true,
new: true,
#fix: true,

0 comments on commit b0cebf5

Please sign in to comment.