1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05: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
No known key found for this signature in database
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: