mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 21:43:50 +07:00
34344b1b35
* chore: enable more linters and fix linter issues * ci: enable linter checks on all branches and disable recurring checks recurring linter checks don't make that much sense. The code & linter checks should not change on their own over night ;) * chore: update packages * Revert "chore: update packages" This reverts commit 30250bf28c4b39e9e5b3af012a4e28ab036bf9af. * chore: manually upgrade some packages
16 lines
437 B
YAML
16 lines
437 B
YAML
issues:
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|
|
linters:
|
|
# Enable specific linter
|
|
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
linters-settings:
|
|
goimports:
|
|
# A comma-separated list of prefixes, which, if set, checks import paths
|
|
# with the given prefixes are grouped after 3rd-party packages.
|
|
# Default: ""
|
|
local-prefixes: github.com/acme-dns/acme-dns
|