Add code linting to build #13

Merged
jacob1123 merged 57 commits from linting into master 2022-02-20 23:53:48 +01:00
Showing only changes of commit 1a19d3a197 - Show all commits

View File

@ -2,5 +2,8 @@
"files.exclude": { "files.exclude": {
"**/node_modules": true, "**/node_modules": true,
"**/vendor": true "**/vendor": true
},
"gopls": {
"formatting.gofumpt": true,
} }
} }