Skip to content

Commit e175161

Browse files
committed
more linting package disabling...
1 parent bb081bc commit e175161

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xrpl/transaction/types/authorize_credential_list.go

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

34
// AuthorizeCredentialList represents a list of AuthorizeCredential entries with validation and flattening.

xrpl/transaction/types/authorize_credentials.go

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

34
import (

0 commit comments

Comments
 (0)