Unverified Commit 4ead779d authored by hzma's avatar hzma Committed by GitHub
Browse files

Merge pull request #1337 from kubeovn/release-1.8-lint

ignore cilint
Showing with 4 additions and 3 deletions
+4 -3
......@@ -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"
......
......@@ -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"
......
......@@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:staticcheck
package apiutil
import (
......
//nolint:staticcheck
package speaker
import (
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment