build: add exclude for misspell linter

This commit is contained in:
albertony 2022-08-30 12:39:48 +02:00
parent 20909fa294
commit bd1e3448b3
1 changed files with 1 additions and 1 deletions

View File

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