We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207b5b9 commit c31ce03Copy full SHA for c31ce03
checks.bash
@@ -82,9 +82,10 @@ check_staticcheck() {
82
# check_misspell runs misspell on source files.
83
check_misspell() {
84
ensure_go_binary github.com/client9/misspell/cmd/misspell
85
- # reports/GO-2020-0041.yaml is about module "github.com/unknwon/cae",
86
- # and the second element is a common misspelling of unknown.
87
- runcmd misspell -i "unknwon" -error .
+ # exceptions:
+ # "github.com/unknwon/cae" - OK
+ # "github.com/julz/importas" - OK
88
+ runcmd misspell -i "unknwon,importas" -error .
89
}
90
91
check_data_osv() {
0 commit comments