Merge PR #5203: Add more linters

This commit is contained in:
Marko
2019-10-17 09:47:35 -04:00
committed by Alexander Bezobchuk
parent 97eac176a5
commit b9490f2d93
60 changed files with 94 additions and 14 deletions
+1
View File
@@ -62,6 +62,7 @@ func TestDecodeStore(t *testing.T) {
{"other", ""},
}
for i, tt := range tests {
i, tt := i, tt
t.Run(tt.name, func(t *testing.T) {
switch i {
case len(tests) - 1: