From 9fd7eb378cc474552eca97878a4974f2c3c91439 Mon Sep 17 00:00:00 2001 From: Derek Perkins Date: Thu, 23 Jan 2020 11:41:15 -0700 Subject: [PATCH] fix typo --- .golangci.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index 451e52856a45..b9aba9bb9335 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -74,7 +74,7 @@ linters-settings: # tokens count to trigger issue, 150 by default threshold: 100 errcheck: - # report about not checking of errors in type assetions: `a := b.(MyStruct)`; + # report about not checking of errors in type assertions: `a := b.(MyStruct)`; # default is false: such cases aren't reported by default. check-type-assertions: false