Skip to content

Commit 384bd25

Browse files
committed
review
1 parent eee7d50 commit 384bd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,8 +3902,8 @@ linters:
39023902
# - `lax`: sources are excluded if they contain lines like `autogenerated file`, `code generated`, `do not edit`, etc.
39033903
# - `disable`: disable the generated files exclusion.
39043904
#
3905-
# Default: lax
3906-
generated: strict
3905+
# Default: strict
3906+
generated: lax
39073907
# Log a warning if an exclusion rule is unused.
39083908
# Default: false
39093909
warn-unused: true

0 commit comments

Comments
 (0)