mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
enable linters: copyloopvar, intrange (#3184)
* enable linters: copyloopvar, intrange * lint
This commit is contained in:
parent
f97b9c84da
commit
5f22c78fcf
11 changed files with 13 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue