Skip to content

Commit

Permalink
lint: Remove interfacer linter
Browse files Browse the repository at this point in the history
Since the interfacer has been deprecated due to it being prone to bad
suggestions, we remove it from this repository.
  • Loading branch information
vkareh committed Jun 7, 2021
1 parent 14c7620 commit 7949a12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ linters:
- golint
- govet
- ineffassign
- interfacer
- lll
- megacheck
- misspell
Expand Down
1 change: 0 additions & 1 deletion pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ func createClusterSpec(ocmClusterClient *cmv1.ClustersClient,
return clusterSpec, nil
}

// nolint:interfacer
func IsEmptyCIDR(cidr net.IPNet) bool {
return cidr.String() == "<nil>"
}
Expand Down

0 comments on commit 7949a12

Please sign in to comment.