summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-03-09 09:38:18 +0100
committerGitHub <noreply@github.com>2021-03-09 09:38:18 +0100
commit5b94a07ab5245bd56f49507f17aff5b265aa29db (patch)
tree76334b68eaf4913bd198240d328a8c74d0400490
parent[skip ci] Updated translations via Crowdin (diff)
downloadforgejo-5b94a07ab5245bd56f49507f17aff5b265aa29db.tar.xz
forgejo-5b94a07ab5245bd56f49507f17aff5b265aa29db.zip
Fix typo in .golangci.yml (#14933)
occured -> occurred
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 2d098f6fcc..88168af222 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -26,7 +26,7 @@ linters-settings:
gocritic:
disabled-checks:
- ifElseChain
- - singleCaseSwitch # Every time this occured in the code, there was no other way.
+ - singleCaseSwitch # Every time this occurred in the code, there was no other way.
issues:
exclude-rules: