Skip to content
Snippets Groups Projects
Commit e1e3cb02 authored by Malte Bauch's avatar Malte Bauch
Browse files

Change linter settings

parent 59e00686
No related branches found
No related tags found
1 merge request!401Change the current gosdn plugin implementation from Go's internal plugin system to hashicorp's go-plugins
Pipeline #135544 failed
......@@ -3,19 +3,18 @@ variables:
run:
go: $GOLANG_VERSION
concurrency: 4
timeout: 10m
timeout: 15m
issues-exit-code: 1
# directories to be ignored by linters
skip-dirs:
- artifacts
- controller/forks
- controller/test
- controller/mocks
- models/
- forks/
- models
- forks
# ignore csbi, since we do not maintain it at the moment
- csbi/
- clab-gosdn_csbi_arista_base/
- csbi
- clab-gosdn_csbi_arista_base
- plugins/examples/arista/generated
- plugins/examples/openconfig/generated
skip-dirs-default: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment