aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-04 22:13:13 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-05 12:23:19 +0200
commit26ae0a0eddf244d4273f79e4abda158780c4c645 (patch)
treec43b294b22b3a8d9050419a574c75f041d2d6aa0 /.golangci.yml
parent4ac8a30aa820fcc0566e5c0a89be222c3c847543 (diff)
.golangci.yml: enable goprintffuncname checker
Only 1 warning. Good to fix and enable before we get more.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index e1d0b0b48..9a1ffcd3d 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -36,6 +36,7 @@ linters:
- govet
- whitespace
- nestif
+ - goprintffuncname
disable:
- bodyclose
- depguard