mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
f2e5bedea6
* migrate go version to 1.17 * update contributing
23 lines
319 B
YAML
23 lines
319 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- misspell
|
|
- revive
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- structcheck
|
|
- unused
|
|
text: "`data` is unused"
|
|
- linters:
|
|
- staticcheck
|
|
text: "SA1019:"
|
|
- linters:
|
|
- revive
|
|
text: "var-naming:"
|
|
- linters:
|
|
- revive
|
|
text: "exported:"
|