summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2021-11-17 08:47:28 +0000
committerGitHub <noreply@github.com>2021-11-17 16:47:28 +0800
commitadda27668b9764f97822e56e0591a6eb22165a83 (patch)
treeb19b5f243ed26508aba168c80e9c67799f21262b /.golangci.yml
parente3da8c1e88d9e8550c6216e1b3ca7d53e77da312 (diff)
downloadgitea-adda27668b9764f97822e56e0591a6eb22165a83.tar.gz
gitea-adda27668b9764f97822e56e0591a6eb22165a83.zip
Enable bidichk (#17610)
- https://github.com/breml/bidichk Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
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 abdd276cb6..1065776a14 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -14,6 +14,7 @@ linters:
- gofmt
- misspell
- gocritic
+ - bidichk
enable-all: false
disable-all: true
fast: false