Browse Source

Fix typo in .golangci.yml (#14933)

occured -> occurred
tags/v1.15.0-dev
Ikko Ashimine 4 years ago committed by GitHub
parent
commit
5b94a07ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .golangci.yml

2
.golangci.yml

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