Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
4ead779d
Unverified
Commit
4ead779d
authored
3 years ago
by
hzma
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1337 from kubeovn/release-1.8-lint
ignore cilint
parents
a421d9f8
586a0764
release-1.8-monitor
policy-route-1.8
release-1.8
release-1.8-kubevirt
v1.8.14
v1.8.12
v1.8.11
v1.8.9
v1.8.8
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pkg/speaker/bgpapiutil/attribute.go
+1
-1
pkg/speaker/bgpapiutil/attribute.go
pkg/speaker/bgpapiutil/capability.go
+1
-2
pkg/speaker/bgpapiutil/capability.go
pkg/speaker/bgpapiutil/util.go
+1
-0
pkg/speaker/bgpapiutil/util.go
pkg/speaker/subnet.go
+1
-0
pkg/speaker/subnet.go
with
4 additions
and
3 deletions
+4
-3
pkg/speaker/bgpapiutil/attribute.go
+
1
-
1
View file @
4ead779d
...
...
@@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:staticcheck
package
apiutil
import
(
...
...
@@ -20,7 +21,6 @@ import (
"fmt"
"net"
// nolint:staticcheck
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/any"
...
...
This diff is collapsed.
Click to expand it.
pkg/speaker/bgpapiutil/capability.go
+
1
-
2
View file @
4ead779d
...
...
@@ -13,12 +13,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:staticcheck
package
apiutil
import
(
"fmt"
// nolint:staticcheck
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/any"
...
...
This diff is collapsed.
Click to expand it.
pkg/speaker/bgpapiutil/util.go
+
1
-
0
View file @
4ead779d
...
...
@@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:staticcheck
package
apiutil
import
(
...
...
This diff is collapsed.
Click to expand it.
pkg/speaker/subnet.go
+
1
-
0
View file @
4ead779d
//nolint:staticcheck
package
speaker
import
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help