aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-03-09 17:38:18 +0900
committerGitHub <noreply@github.com>2021-03-09 03:38:18 -0500
commit5b94a07ab5245bd56f49507f17aff5b265aa29db (patch)
tree76334b68eaf4913bd198240d328a8c74d0400490 /.golangci.yml
parent8ee4d977a1e9b319ef90b4aef51d532b0c3fe6b9 (diff)
downloadgitea-5b94a07ab5245bd56f49507f17aff5b265aa29db.tar.gz
gitea-5b94a07ab5245bd56f49507f17aff5b265aa29db.zip
Fix typo in .golangci.yml (#14933)
occured -> occurred
Diffstat (limited to '.golangci.yml')
-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: