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:
parent
f9ffb1a712
commit
bd47bb8cdc
2 changed files with 9 additions and 2 deletions
4
.vscode.example/settings.json
Normal file
4
.vscode.example/settings.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintFlags": ["--fast", "-E", "exportloopref"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue