diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-03-09 17:38:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 03:38:18 -0500 |
commit | 5b94a07ab5245bd56f49507f17aff5b265aa29db (patch) | |
tree | 76334b68eaf4913bd198240d328a8c74d0400490 /.golangci.yml | |
parent | 8ee4d977a1e9b319ef90b4aef51d532b0c3fe6b9 (diff) | |
download | gitea-5b94a07ab5245bd56f49507f17aff5b265aa29db.tar.gz gitea-5b94a07ab5245bd56f49507f17aff5b265aa29db.zip |
Fix typo in .golangci.yml (#14933)
occured -> occurred
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 2 |
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: |