Skip to content

Commit

Permalink
Fix more lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Mar 18, 2020
1 parent b3f6e4f commit c79cb6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pkg/gen/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//nolint: goconst
package gen

import (
Expand Down
4 changes: 0 additions & 4 deletions pkg/gen/typegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ const (
pyAnyT = "Any"
)

const (
apiRegistration = "apiregistration.k8s.io"
)

// --------------------------------------------------------------------------

// A collection of data structures and utility functions to transform an OpenAPI spec for the
Expand Down

0 comments on commit c79cb6c

Please sign in to comment.