mirror of
https://github.com/lucarin91/scratch-link4linux.git
synced 2025-09-05 01:00:23 +02:00
initial commit
This commit is contained in:
16
.golangci.yml
Normal file
16
.golangci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
linters:
|
||||
disable-all: true
|
||||
# Enable specific linter
|
||||
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
||||
enable:
|
||||
- gofmt
|
||||
- gosec
|
||||
- govet
|
||||
- goimports
|
||||
- misspell
|
||||
- unconvert
|
||||
- unparam
|
||||
- goconst
|
||||
- gocritic
|
||||
- gochecknoinits
|
||||
- gochecknoinits
|
Reference in New Issue
Block a user