Skip to content

Commit

Permalink
deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 7, 2023
1 parent cefa240 commit eef2a49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clab/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ func (c *CLab) resolveBindPaths(binds []string, nodedir string) error {
return nil
}

// setClabIntfsEnvVar sets CLAB_INTFS env var for each node
// SetClabIntfsEnvVar sets CLAB_INTFS env var for each node
// which holds the number of interfaces a node expects to have (without mgmt interfaces).
func (c *CLab) SetClabIntfsEnvVar() {
for _, n := range c.Nodes {
Expand Down
1 change: 1 addition & 0 deletions docs/htmltest-w-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ IgnoreURLs:
- https://linkedin.com/in
- https://www.linkedin.com/in
- mysocket.io # remove mysocket.io links until we rework to border0.com
- https://gist.githubusercontent.com/hellt/abc/raw/def/linux.clab.yml # test link used in docs
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreSSLVerify: true
Expand Down
1 change: 1 addition & 0 deletions docs/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ IgnoreURLs:
- mysocket.io # remove mysocket.io links until we rework to border0.com
- https://supportcenter.checkpoint.com/ # started to fail, meh.
- https://marketplace.visualstudio.com/*
- https://gist.githubusercontent.com/hellt/abc/raw/def/linux.clab.yml # test link used in docs
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreSSLVerify: true
Expand Down

0 comments on commit eef2a49

Please sign in to comment.