Commit 57e7904
committed
test(vex): satisfy linters in oci_test.go
Replace []byte(fmt.Sprintf...) with fmt.Appendf (modernize), use %q for the
quoted strings in the docker config template (gocritic), and rename the
unused test-setup parameter to _ (revive).1 parent fe41eb8 commit 57e7904
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments