10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //golangcitest:args -Emisspell
 | |
| //golangcitest: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
 | 
