1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-13 09:26:07 +02:00

Fix typo in .golangci.yml (#14933)

occured -> occurred
This commit is contained in:
Ikko Ashimine 2021-03-09 17:38:18 +09:00 committed by GitHub
parent 8ee4d977a1
commit 5b94a07ab5
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View 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: