mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
1. go-smtp is replaced by a fork that reverts StartTLS removal. 2. SASL LOGIN is no longer supported by upstream go-sasl, readded disabled by default. 3. Updated endpoint code to match new go-smtp authentication interfaces. 4. certmagic repo had some renames 5. Minimum Go version increased to 1.23 to match dependencies.
17 lines
222 B
YAML
17 lines
222 B
YAML
linters:
|
|
enable:
|
|
- gosimple
|
|
- errcheck
|
|
- staticcheck
|
|
- ineffassign
|
|
- typecheck
|
|
- govet
|
|
- unused
|
|
- goimports
|
|
- prealloc
|
|
- unconvert
|
|
- misspell
|
|
- whitespace
|
|
- nakedret
|
|
- dogsled
|
|
- copyloopvar
|