enable linters: copyloopvar, intrange (#3184)

* enable linters: copyloopvar, intrange

* lint
This commit is contained in:
mmetc 2024-09-17 16:10:56 +02:00 committed by GitHub
parent f97b9c84da
commit 5f22c78fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 13 additions and 22 deletions

View file

@ -184,7 +184,6 @@ func TestNormalizeVersion(t *testing.T) {
}
for _, tc := range tests {
tc := tc
t.Run(tc.version, func(t *testing.T) {
t.Parallel()
actual := setup.NormalizeVersion(tc.version)