From 2601b40ffaff032a95bbe777b6a80845e6041998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:45:01 +0800 Subject: mod: bump github.com/gogs/git-module from 1.5.0 to 1.6.0 (#6894) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen --- .golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.golangci.yml') diff --git a/.golangci.yml b/.golangci.yml index 5748c645..631e3692 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,9 @@ linters-settings: + staticcheck: + checks: [ + "all", + "-SA1019" # There are valid use cases of strings.Title + ] nakedret: max-func-lines: 0 # Disallow any unnamed return statement -- cgit v1.2.3