mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
.github/workflows/vettools: typo
This commit is contained in:
parent
78802f18d9
commit
a347b618e0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user