Skip to content

Commit 4443db4

Browse files
author
Victoria Fonareva
committed
fix: remove unused nolint directive
1 parent 88df769 commit 4443db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/digitalocean/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"go.woodpecker-ci.org/woodpecker/v3/woodpecker-go/woodpecker"
1717
)
1818

19-
const perPage = 200 //nolint:mnd
19+
const perPage = 200
2020

2121
var ErrSSHKeyNotFound = errors.New("SSH key not found")
2222

0 commit comments

Comments
 (0)