refactor: reorganize project in order to include automation #1

Merged
Emmanuel BENOîT merged 19 commits from :master into master 2024-07-19 22:01:35 +02:00
Showing only changes of commit 43e4f2a6f0 - Show all commits

36
.golangci.yml Normal file
View file

@ -0,0 +1,36 @@
run:
tests: false
linters:
enable-all: true
disable:
- execinquery
- exhaustruct
- forbidigo
- gochecknoglobals
- gofumpt
- gomnd
- ireturn
- mnd
- nlreturn
- nonamedreturns
- wrapcheck
- wsl
linters-settings:
depguard:
rules:
Main:
list-mode: strict
files:
- $all
allow:
- $gostd
- nocternity.net/gomonop
- github.com/karrick/golf
- github.com/miekg/dns
gci:
sections:
- standard
- default
- localmodule