.github/workflows/vettools: typo

This commit is contained in:
Hajime Hoshi 2022-09-18 18:24:53 +09:00
parent 78802f18d9
commit a347b618e0

View File

@ -26,7 +26,7 @@ import (
// imageImportCheckAnalyzer is an analyzer to check whether unexpected `image/*` packages are imported. // imageImportCheckAnalyzer is an analyzer to check whether unexpected `image/*` packages are imported.
// Importing `image/gif`, `image/jpeg`, and `image/png` registers their recorders at `init` functions, so // Importing `image/gif`, `image/jpeg`, and `image/png` registers their recorders at `init` functions, so
// have affect the result of `image.Decode`. Ebitengine should not have such side-effects. // it affects the result of `image.Decode`. Ebitengine should not have such side-effects.
var imageImportCheckAnalyzer = &analysis.Analyzer{ var imageImportCheckAnalyzer = &analysis.Analyzer{
Name: "imageimportcheck", Name: "imageimportcheck",
Doc: "check importing image/gif, image/jpeg, and image/png packages", Doc: "check importing image/gif, image/jpeg, and image/png packages",