11 lines
349 B
Go
11 lines
349 B
Go
//golangcitest:args -Emisspell
|
|
//golangcitest:config_path testdata/configs/output.yml
|
|
package testdata
|
|
|
|
func Misspell() {
|
|
// comment with incorrect spelling: occured // want "`occured` is a misspelling of `occurred`"
|
|
}
|
|
|
|
// the word langauge should be ignored here: it's set in config
|
|
// the word Dialogue should be ignored here: it's set in config
|