]> source.dussan.org Git - gitea.git/commitdiff
Fix typo in .golangci.yml (#14933)
authorIkko Ashimine <eltociear@gmail.com>
Tue, 9 Mar 2021 08:38:18 +0000 (17:38 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 08:38:18 +0000 (03:38 -0500)
occured -> occurred

.golangci.yml

index 2d098f6fcc7a505c4d6f9355631fcc6bfa18409a..88168af222b2d6a6822970fd64a9cc78aa6b8ac9 100644 (file)
@@ -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: