mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-29 11:59:57 +00:00
36 lines
602 B
YAML
36 lines
602 B
YAML
---
|
|
issues:
|
|
fix: true
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- importas
|
|
- depguard
|
|
- lll
|
|
- exhaustruct
|
|
- perfsprint
|
|
- gochecknoinits
|
|
- wsl
|
|
- exportloopref
|
|
linters-settings:
|
|
revive:
|
|
enable-all-rules: true
|
|
rules:
|
|
- name: line-length-limit
|
|
disabled: true
|
|
gocritic:
|
|
enabled-tags:
|
|
- diagnostic
|
|
- style
|
|
- performance
|
|
- experimental
|
|
- opinionated
|
|
govet:
|
|
enable-all: true
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/m13253/dns-over-https/v2)
|
|
gofumpt:
|
|
extra-rules: true |