mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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.
|
||||
// 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{
|
||||
Name: "imageimportcheck",
|
||||
Doc: "check importing image/gif, image/jpeg, and image/png packages",
|
||||
|
Loading…
Reference in New Issue
Block a user