Skip to content

Commit 17052ff

Browse files
authored
Merge branch 'main' into add-tknpac-command-to-evaluate-cel-expressions
2 parents 187ab85 + 87df55c commit 17052ff

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)