aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-05 16:45:01 +0800
committerGitHub <noreply@github.com>2022-04-05 16:45:01 +0800
commit2601b40ffaff032a95bbe777b6a80845e6041998 (patch)
tree1f760c8ac90aa3fcd0f2393010c4db519b24baf0 /.golangci.yml
parent5acbd7bcc3eab97d4fc817b9e90aac6d92f22544 (diff)
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 <jc@unknwon.io>
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml5
1 files changed, 5 insertions, 0 deletions
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