Skip to content

Commit 87df55c

Browse files
zakiskchmouel
authored andcommitted
fix(ci): golangci-lint revive var-naming error in linters
fixed golangci-lint revive var-naming error in linters Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 5e98945 commit 87df55c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pkg/provider/bitbucketcloud/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//revive:disable-next-line:var-naming
12
package types
23

34
type Workspace struct {

pkg/provider/bitbucketdatacenter/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//revive:disable-next-line:var-naming
12
package types
23

34
type UserWithMetadata struct {

pkg/secrets/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//revive:disable-next-line:var-naming
12
package types
23

34
type SecretValue struct {

0 commit comments

Comments
 (0)