summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-13 17:43:20 +0300
committerValery Piashchynski <[email protected]>2020-11-13 17:43:20 +0300
commit9fd0b28d3a6a60b5e08af03bd86bcef042152e1c (patch)
tree2e925c736eb8cf3b27995db0882d06557432925f /Makefile
parent99b6012400ab407cfcb04aab833640af565d550d (diff)
golangci linters warnings fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 981b50b3..08627760 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,4 @@ test:
go test -v -race -cover ./plugins/config/tests -tags=debug
go test -v -race -cover ./plugins/app/tests -tags=debug
go test -v -race -cover ./plugins/logger/tests -tags=debug
- go test -v -race ./plugins/metrics/tests -tags=debug \ No newline at end of file
+ go test -v -race -cover ./plugins/metrics/tests -tags=debug \ No newline at end of file