chore(lint): add lint command (#5106)

This commit is contained in:
Chaim Lev-Ari
2021-07-21 08:45:35 +03:00
committed by GitHub
parent f9ffb1a712
commit bd47bb8cdc
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast", "-E", "exportloopref"]
}