Skip to content

Commit

Permalink
Add nolint: golint to conversion file 👃
Browse files Browse the repository at this point in the history
The main reason is to not run into error forcing us to use the same
receiver name for all function. The receiver name are different for a
good reason.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Feb 7, 2020
1 parent e583730 commit 1c2273e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha1/cluster_task_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha1

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha1/pipeline_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha1

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha1/task_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha1

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha2/cluster_task_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha2

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha2/pipeline_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha2

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1alpha2/task_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// nolint: golint
package v1alpha2

import (
Expand Down

0 comments on commit 1c2273e

Please sign in to comment.