mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
906639ad7e
* update viper version * removes our last uses of the slice package * fix tests
28 lines
645 B
YAML
28 lines
645 B
YAML
run:
|
|
timeout: 10m
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/sagikazarmark/locafero)
|
|
goimports:
|
|
local-prefixes: github.com/sagikazarmark/locafero
|
|
misspell:
|
|
locale: US
|
|
nolintlint:
|
|
allow-leading-space: false # require machine-readable nolint directives (with no leading space)
|
|
allow-unused: false # report any unused nolint directives
|
|
require-specific: false # don't require nolint directives to be specific about which linter is being skipped
|
|
revive:
|
|
confidence: 0
|
|
|
|
linters:
|
|
enable:
|
|
- gci
|
|
- goimports
|
|
- misspell
|
|
- nolintlint
|
|
- revive
|