diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-03-09 09:38:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 09:38:18 +0100 |
commit | 5b94a07ab5245bd56f49507f17aff5b265aa29db (patch) | |
tree | 76334b68eaf4913bd198240d328a8c74d0400490 /.golangci.yml | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-5b94a07ab5245bd56f49507f17aff5b265aa29db.tar.xz forgejo-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: |