Skip to content

Commit

Permalink
disable linter for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Case committed Sep 13, 2024
1 parent 9602749 commit a987750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run:
issues-exit-code: 1

# include test files or not, default is true
tests: true
tests: false

# list of build tags, all linters use it. Default is empty list.
build-tags:
Expand Down
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ toolchain go1.22.5

require (
github.com/bitcoin-sv/go-sdk v1.1.7
github.com/bitcoinschema/go-bob v0.4.3
github.com/bitcoinschema/go-bpu v0.1.3
github.com/bitcoinschema/go-bob v0.5.0
github.com/bitcoinschema/go-bpu v0.2.0

)

require (
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
)

replace github.com/bitcoinschema/go-bob => ../go-bob

replace github.com/bitcoinschema/go-bpu => ../go-bpu

0 comments on commit a987750

Please sign in to comment.