Skip to content

Commit

Permalink
ignore cilint
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Feb 25, 2022
1 parent e083a2b commit 586a076
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/speaker/bgpapiutil/attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//nolint:staticcheck
package apiutil

import (
"errors"
"fmt"
"net"

// nolint:staticcheck
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/any"
Expand Down
3 changes: 1 addition & 2 deletions pkg/speaker/bgpapiutil/capability.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pkg/speaker/bgpapiutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//nolint:staticcheck
package apiutil

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/speaker/subnet.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:staticcheck
package speaker

import (
Expand Down

0 comments on commit 586a076

Please sign in to comment.