mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-18 19:49:30 +03:00
26 lines
372 B
YAML
26 lines
372 B
YAML
run:
|
|
timeout: 5m
|
|
skip-dirs:
|
|
- .github
|
|
- hack
|
|
- vendor
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- revive
|
|
- goimports
|
|
- govet
|
|
- unused
|
|
- whitespace
|
|
- misspell
|
|
fast: false
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: false
|
|
revive:
|
|
rules:
|
|
- name: exported
|
|
disabled: true
|
|
issues:
|
|
exclude-use-default: false
|