We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dde493e + 9c28799 commit 7c21e2bCopy full SHA for 7c21e2b
.coafile
@@ -10,9 +10,9 @@ bears = SpaceConsistencyBear
10
use_spaces = True
11
12
# golint
13
-[Golint]
14
-files = **/*.go
15
-bears = GoLintBear
+# [Golint]
+# files = **/*.go
+# bears = GoLintBear
16
17
# gofmt
18
[Gofmt]
.gitignore
@@ -12,3 +12,5 @@
# Jetbrains
.idea/
+# vscode project files
+.vscode/
0 commit comments