From 5b94a07ab5245bd56f49507f17aff5b265aa29db Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 9 Mar 2021 17:38:18 +0900 Subject: [PATCH] Fix typo in .golangci.yml (#14933) occured -> occurred --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 2d098f6fcc..88168af222 100644 --- a/.golangci.yml +++ b/.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: