aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-04-30 14:06:00 +0200
committerTaras Madan <tarasmadan@google.com>2025-04-30 13:27:27 +0000
commit254b4cda876789c00ce81a7f9cbb2851205c336d (patch)
tree1c1a3ac187458583d0e8b766141c1f90111516b6 /.golangci.yml
parent937aafd76e698830e784cf8af849eaae479a6ace (diff)
.golangci.yml: allow keep-sorted usage w/o dot
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 c1d1b4def..6876b43ce 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -83,6 +83,7 @@ linters-settings:
min-complexity: 12
godot:
scope: toplevel
+ exclude: "keep-sorted"
gocognit:
# TODO: consider reducing this value.
min-complexity: 70