Skip to content

Commit 89623db

Browse files
committed
Address .golangci.yml deprecations
1 parent bbb1387 commit 89623db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ run:
2727
# - src/external_libs
2828
# - autogenerated_by_my_lib
2929

30-
# default is true. Enables skipping of directories:
31-
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
32-
skip-dirs-use-default: true
33-
3430
# which files to skip: they will be analyzed, but issues from them
3531
# won't be reported. Default value is empty list, but there is
3632
# no need to include all autogenerated files, we confidently recognize
@@ -363,3 +359,7 @@ issues:
363359

364360
# Show only new issues created in git patch with set file path.
365361
# new-from-patch: path/to/patch/file
362+
363+
# default is true. Enables skipping of directories:
364+
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
365+
exclude-dirs-use-default: true

0 commit comments

Comments
 (0)