Skip to content

Commit

Permalink
update licensei
Browse files Browse the repository at this point in the history
  • Loading branch information
tarokkk authored and ahma committed Oct 2, 2020
1 parent cb4e820 commit a05277e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .licensei.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ approved = [
]

ignored = [

# Unsupported VCS
"github.com/banzaicloud/logging-operator/pkg/sdk", # go submodule
"github.com/davecgh/go-spew", # ISC
# Unsupported VCS
"google.golang.org/protobuf",
"github.com/gogo/protobuf",
"sigs.k8s.io/yaml",
Expand All @@ -19,14 +20,14 @@ ignored = [

[header]
ignorePaths = ["vendor"]
ignoreFiles = ["zz_generated.*.go"]
ignoreFiles = ["zz_generated.*.go", "generated.go","cache.go"]
template = """// Copyright © :YEAR: Banzai Cloud
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IMG ?= controller:latest
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,maxDescLen=0"

KUBEBUILDER_VERSION = 2.3.1
LICENSEI_VERSION = 0.2.0
LICENSEI_VERSION = 0.3.1
VERSION := $(shell git describe --abbrev=0 --tags)
DOCKER_IMAGE = banzaicloud/logging-operator
DOCKER_TAG ?= ${VERSION}
Expand Down

0 comments on commit a05277e

Please sign in to comment.