mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05: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
|