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