mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
9 lines
158 B
YAML
9 lines
158 B
YAML
|
run:
|
||
|
timeout: 3m
|
||
|
|
||
|
issues:
|
||
|
exclude-rules:
|
||
|
# Exclude some linters from running on tests files.
|
||
|
- path: _test\.go
|
||
|
linters:
|
||
|
- errcheck
|