mirror of
https://github.com/luxfi/zapdb.git
synced 2026-07-27 06:54:45 +00:00
chore: Remove errorcheck linter (#1814)
## Problem Errcheck linter is failing. ## Solution On [Dgraph](https://github.com/dgraph-io/dgraph/blob/main/.golangci.yml) and [Ristretto](https://github.com/dgraph-io/ristretto/blob/main/.golangci.yml) repositories, neither is running errcheck. We temporarily disable errcheck here to bring this repository to parity. We also do some cleanup in the Readme.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ linters-settings:
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- errcheck
|
||||
# - errcheck
|
||||
- ineffassign
|
||||
- gas
|
||||
- gofmt
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# BadgerDB
|
||||
|
||||
[](https://pkg.go.dev/github.com/dgraph-io/badger/v3)
|
||||
[](https://goreportcard.com/report/github.com/dgraph-io/badger)
|
||||
[](https://goreportcard.com/report/github.com/dgraph-io/badger/v3)
|
||||
[](https://sourcegraph.com/github.com/dgraph-io/badger?badge)
|
||||
[](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-tests.yml)
|
||||
[](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-tests-bank.yml)
|
||||
[](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-bank-tests.yml)
|
||||
[](https://github.com/dgraph-io/badger/actions/workflows/ci-golang-lint.yml)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user