mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
14 lines
193 B
YAML
14 lines
193 B
YAML
version: "2"
|
|
|
|
linters:
|
|
default: standard
|
|
enable:
|
|
- gocritic
|
|
- govet
|
|
- revive
|
|
exclusions:
|
|
presets:
|
|
- std-error-handling
|
|
- comments
|
|
paths:
|
|
- frontend/
|