diff --git a/.golangci.yml b/.golangci.yml index 1ce846c..0ea9249 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -13,7 +13,6 @@ linters: # TODO: fix me - wsl - gochecknoinits - - misspell - gosimple - gochecknoglobals - errcheck diff --git a/viper_test.go b/viper_test.go index 624a34d..c1cf557 100644 --- a/viper_test.go +++ b/viper_test.go @@ -128,7 +128,7 @@ IMPORT_PATH = gopkg.in/%(NAME)s.%(VERSION)s # Information about package author # Bio can be written in multiple lines. [author] -NAME = Unknwon ; Succeeding comment +NAME = Unknown ; Succeeding comment E-MAIL = fake@localhost GITHUB = https://github.com/%(NAME)s BIO = """Gopher. @@ -598,8 +598,8 @@ func TestAllKeys(t *testing.T) { "title": "TOML Example", "author": map[string]interface{}{ "e-mail": "fake@localhost", - "github": "https://github.com/Unknwon", - "name": "Unknwon", + "github": "https://github.com/Unknown", + "name": "Unknown", "bio": "Gopher.\nCoding addict.\nGood man.\n", }, "ppu": 0.55,