1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

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