Skip to content

Commit 83cb185

Browse files
committed
add Default: on yml config
1 parent 4c6506b commit 83cb185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.reference.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,15 @@ output:
109109
linters-settings:
110110
asasalint:
111111
# Add FuncName to exclude for some bad case report.
112+
# Default: []
112113
exclude:
113114
- Append
114115
- Log
115116
# ignore found case in *_test.go file
117+
# Default: false
116118
ignore-in-test: false
117119
# if true, will disable the default exclude see https://github.com/alingse/asasalint/blob/main/asasalint.go#L15 like: Printf,Println,Errorf,Debugf ...
120+
# Default: false
118121
no-default-exclude: false
119122
bidichk:
120123
# The following configurations check for all mentioned invisible unicode runes.

0 commit comments

Comments
 (0)