From bd1e3448b33754e5efdb0586f11f3caf10daa96b Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:39:48 +0200 Subject: [PATCH] build: add exclude for misspell linter --- fs/config/configfile/configfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/config/configfile/configfile.go b/fs/config/configfile/configfile.go index 11763fd2e..b242206a8 100644 --- a/fs/config/configfile/configfile.go +++ b/fs/config/configfile/configfile.go @@ -9,7 +9,7 @@ import ( "strings" "sync" - "github.com/Unknwon/goconfig" + "github.com/Unknwon/goconfig" //nolint:misspell // Don't include misspell when running golangci-lint "github.com/rclone/rclone/fs" "github.com/rclone/rclone/fs/config" "github.com/rclone/rclone/lib/file"