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

linter timeout test

parent 9bfcc96a
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 #136068 failed
...@@ -7,14 +7,15 @@ run: ...@@ -7,14 +7,15 @@ run:
issues-exit-code: 1 issues-exit-code: 1
# directories to be ignored by linters # directories to be ignored by linters
skip-dirs: skip-dirs:
- artifacts - artifacts/
- controller/test - controller/test
- controller/mocks - controller/mocks
- models - models/generated/openconfig
- forks - models/generated/arista
- forks/
- clab-gosdn_csbi_arista_base/
# ignore csbi, since we do not maintain it at the moment # ignore csbi, since we do not maintain it at the moment
- csbi - csbi/
- clab-gosdn_csbi_arista_base
- plugins/examples/arista/generated - plugins/examples/arista/generated
- plugins/examples/openconfig/generated - plugins/examples/openconfig/generated
skip-dirs-default: true 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