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
1 changed files with 1 additions and 1 deletions

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: