code cleanup, new linter conf

This commit is contained in:
2023-06-14 15:56:26 +02:00
parent 4b75e0f8a7
commit 442b793524
6 changed files with 46 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ package() {
# vim:set sw=2 et:
`
func TestIncreasePkgRel(t *testing.T) {
func TestIncreasePkgRel(t *testing.T) { //nolint:paralleltest
pkgbuild, err := os.CreateTemp("", "")
if err != nil {
t.Fatal("Unable to setup temp. PKGBUILD")