Commit 49b2b7f
committed
Fix golangci-lint github actions execution by excluding nx-os provider
For now, we exclude the cisco nx-os provider package from being linted
inside of the github actions pipeline. This is due to it containing lots
of generated code which will exceed the runner's constraints. The same
code can and should still be linted locally.1 parent 221d0a1 commit 49b2b7f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments