Skip to content

Commit 777eb22

Browse files
committed
upgrade asasalint update default builtin
1 parent d44cd49 commit 777eb22

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.golangci.reference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ linters-settings:
111111
# To specify a set of function names to exclude.
112112
# The values are merged with the builtin exclusions.
113113
# The builtin exclusions can be disabled by setting `use-builtin-exclusions` to `false`.
114-
# Default: ["^(fmt|log|logger)\.(Print|Fprint|Sprint|Fatal|Panic|Error|Warn|Warning|Info|Debug)(|f|ln)$"]
114+
# Default: ["^(fmt|log|logger|t)\.(Print|Fprint|Sprint|Fatal|Panic|Error|Warn|Warning|Info|Debug|Log)(|f|ln)$"]
115115
exclude:
116116
- Append
117117
- \.Wrapf

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.0
1212
github.com/OpenPeeDeeP/depguard v1.1.0
1313
github.com/alexkohler/prealloc v1.0.0
14-
github.com/alingse/asasalint v0.0.10
14+
github.com/alingse/asasalint v0.0.11
1515
github.com/ashanbrown/forbidigo v1.3.0
1616
github.com/ashanbrown/makezero v1.1.1
1717
github.com/bkielbasa/cyclop v1.2.0

go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)