Skip to content

Commit

Permalink
Merge pull request #115 from mrueg/golangci
Browse files Browse the repository at this point in the history
Update golangci linters
  • Loading branch information
SuperQ committed Oct 19, 2022
2 parents 07336a0 + 67c5ada commit b2d6e83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .golangci.yml
@@ -1,6 +1,8 @@
linters:
enable:
- golint
- goimports
- misspell
- revive

issues:
exclude-rules:
Expand Down
2 changes: 1 addition & 1 deletion web/tls_config_test.go
Expand Up @@ -316,7 +316,7 @@ func TestServerBehaviour(t *testing.T) {
ExpectedError: ErrorMap["Invalid value"],
},
{
Name: `HTTP header that can not be overriden`,
Name: `HTTP header that can not be overridden`,
YAMLConfigPath: "testdata/web_config_headers_extra_header.bad.yml",
ExpectedError: ErrorMap["Invalid header"],
},
Expand Down

0 comments on commit b2d6e83

Please sign in to comment.