1
mirror of https://github.com/rclone/rclone synced 2025-01-03 03:46:24 +01:00

build: enable misspell linter

This commit is contained in:
albertony 2022-08-30 12:39:21 +02:00
parent c502e00c87
commit 20909fa294

View File

@ -12,6 +12,7 @@ linters:
- gosimple
- stylecheck
- unused
- misspell
#- prealloc
#- maligned
disable-all: true