This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
metalinter
pull/1842/head
Ethan Buchman
7 years ago
parent
a991e2fe9c
commit
7fe3d5dac2
2 changed files
with
1 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-7
db/stats.go
+ 1
- 1
Makefile
View File
@ -77,7 +77,6 @@ fmt:
metalinter
:
@echo
"==> Running linter"
gometalinter.v2 --vendor --deadline
=
600s --disable-all
\
--enable
=
maligned
\
--enable
=
deadcode
\
--enable
=
goconst
\
--enable
=
goimports
\
@ -94,6 +93,7 @@ metalinter:
--enable
=
vetshadow
\
./...
#--enable=maligned \
#--enable=gas \
#--enable=aligncheck \
#--enable=dupl \
+ 0
- 7
db/stats.go
View File
@ -1,7 +0,0 @@
package
db
func
mergeStats
(
src
,
dest
map
[
string
]
string
,
prefix
string
)
{
for
key
,
value
:=
range
src
{
dest
[
prefix
+
key
]
=
value
}
}
Write
Preview
Loading…
Cancel
Save