File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
4343 github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
4444 github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
45- github.com/golangci/misspell v0.4.0
45+ github.com/golangci/misspell v0.4.1
4646 github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
4747 github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
4848 github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
Original file line number Diff line number Diff line change @@ -609,7 +609,8 @@ type MalignedSettings struct {
609609}
610610
611611type MisspellSettings struct {
612- Locale string
612+ Locale string
613+ // TODO(ldez): v2 the options must be renamed to `IgnoredRules`.
613614 IgnoreWords []string `mapstructure:"ignore-words"`
614615}
615616
Original file line number Diff line number Diff line change 11linters-settings :
22 misspell :
3+ locale : US
34 ignore-words :
45 - langauge
6+ - Dialogue
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ func Misspell() {
77}
88
99// the word langauge should be ignored here: it's set in config
10+ // the word Dialogue should be ignored here: it's set in config
You can’t perform that action at this time.
0 commit comments