@blinklabs/dingo 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.devnet/blob/000001.vlog +0 -0
- package/.devnet/blob/00001.mem +0 -0
- package/.devnet/blob/DISCARD +0 -0
- package/.devnet/blob/KEYREGISTRY +0 -1
- package/.devnet/blob/LOCK +0 -1
- package/.devnet/blob/MANIFEST +0 -0
- package/.golangci.yml +0 -71
- package/dingo +0 -0
package/package.json
CHANGED
package/.devnet/blob/000001.vlog
DELETED
|
File without changes
|
package/.devnet/blob/00001.mem
DELETED
|
Binary file
|
package/.devnet/blob/DISCARD
DELETED
|
Binary file
|
package/.devnet/blob/KEYREGISTRY
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
j��=�U��A�;w�VHello Badger
|
package/.devnet/blob/LOCK
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2103840
|
package/.devnet/blob/MANIFEST
DELETED
|
Binary file
|
package/.golangci.yml
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
version: "2"
|
|
2
|
-
run:
|
|
3
|
-
issues-exit-code: 1
|
|
4
|
-
tests: false
|
|
5
|
-
linters:
|
|
6
|
-
enable:
|
|
7
|
-
- asasalint
|
|
8
|
-
- asciicheck
|
|
9
|
-
- bidichk
|
|
10
|
-
- bodyclose
|
|
11
|
-
- contextcheck
|
|
12
|
-
- copyloopvar
|
|
13
|
-
- durationcheck
|
|
14
|
-
- errchkjson
|
|
15
|
-
- errorlint
|
|
16
|
-
- exhaustive
|
|
17
|
-
- fatcontext
|
|
18
|
-
- gocheckcompilerdirectives
|
|
19
|
-
- gochecksumtype
|
|
20
|
-
- gomodguard
|
|
21
|
-
- gosec
|
|
22
|
-
- gosmopolitan
|
|
23
|
-
- loggercheck
|
|
24
|
-
- makezero
|
|
25
|
-
- musttag
|
|
26
|
-
- nilerr
|
|
27
|
-
- nilnesserr
|
|
28
|
-
- perfsprint
|
|
29
|
-
- prealloc
|
|
30
|
-
- protogetter
|
|
31
|
-
- reassign
|
|
32
|
-
- recvcheck
|
|
33
|
-
- rowserrcheck
|
|
34
|
-
- spancheck
|
|
35
|
-
- sqlclosecheck
|
|
36
|
-
- testifylint
|
|
37
|
-
- unparam
|
|
38
|
-
- usestdlibvars
|
|
39
|
-
- whitespace
|
|
40
|
-
- zerologlint
|
|
41
|
-
disable:
|
|
42
|
-
- depguard
|
|
43
|
-
- noctx
|
|
44
|
-
exclusions:
|
|
45
|
-
generated: lax
|
|
46
|
-
presets:
|
|
47
|
-
- comments
|
|
48
|
-
- common-false-positives
|
|
49
|
-
- legacy
|
|
50
|
-
- std-error-handling
|
|
51
|
-
paths:
|
|
52
|
-
- docs
|
|
53
|
-
- third_party$
|
|
54
|
-
- builtin$
|
|
55
|
-
- examples$
|
|
56
|
-
issues:
|
|
57
|
-
max-issues-per-linter: 0
|
|
58
|
-
max-same-issues: 0
|
|
59
|
-
formatters:
|
|
60
|
-
enable:
|
|
61
|
-
- gci
|
|
62
|
-
- gofmt
|
|
63
|
-
- gofumpt
|
|
64
|
-
- goimports
|
|
65
|
-
exclusions:
|
|
66
|
-
generated: lax
|
|
67
|
-
paths:
|
|
68
|
-
- docs
|
|
69
|
-
- third_party$
|
|
70
|
-
- builtin$
|
|
71
|
-
- examples$
|
package/dingo
DELETED
|
Binary file
|