Fix typo in .golangci.yml (#14933)

occured -> occurred
mj-v1.14.3
Ikko Ashimine 3 years ago committed by GitHub
parent 8ee4d977a1
commit 5b94a07ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save