Skip to content

Commit 9f4d41c

Browse files
committed
chore: fix lint issues
1 parent d1d726c commit 9f4d41c

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

binary-codec/types/hash192.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package types contains data structures for binary codec operations.
2+
//
3+
// revive:disable:var-naming
14
package types
25

36
// Hash192 struct represents a 192-bit hash.

xrpl/queries/server/types/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Package types provides data structures for server query responses.
2+
// revive:disable:var-naming
23
package types
34

45
import "github.com/Peersyst/xrpl-go/xrpl/transaction/types"

xrpl/transaction/types/batch_signer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Package types provides core transaction types and helpers for the XRPL Go library.
2+
// revive:disable:var-naming
13
package types
24

35
import (

xrpl/transaction/types/holder.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package types provides core transaction types and helpers for the XRPL Go library.
2+
//
3+
// revive:disable:var-naming
14
package types
25

36
// Holder returns a pointer to an Address representing the Holder field (optional).

0 commit comments

Comments
 (0)