0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/.bazel/golangcilint.yaml

12 lines
152 B
YAML
Raw Normal View History

2019-06-20 18:36:40 -05:00
run:
deadline: 60m
skip-dirs:
- "internal"
linters:
enable-all: true
disable: funlen,godox,gocognit
2019-06-20 18:36:40 -05:00
output:
format: colored-line-number