Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
38c522d0
Commit
38c522d0
authored
2 years ago
by
Malte Bauch
Browse files
Options
Downloads
Patches
Plain Diff
linter timeout test
parent
9bfcc96a
No related branches found
No related tags found
1 merge request
!401
Change the current gosdn plugin implementation from Go's internal plugin system to hashicorp's go-plugins
Pipeline
#136068
failed
2 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.golangci.yml
+6
-5
6 additions, 5 deletions
.golangci.yml
with
6 additions
and
5 deletions
.golangci.yml
+
6
−
5
View file @
38c522d0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment