1{ 2 "go.lintTool": "golangci-lint", 3 "go.lintFlags": [ 4 "--enable-all", 5 "--disable=gomnd" 6 ] 7}
View as plain text