Skip to content

Commit a9855eb

Browse files
pratap0007tekton-robot
authored andcommitted
Fix lint errors
This patch removes deprecated //+build e2e tag to fix the lint errors Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 26ede42 commit a9855eb

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

test/e2e/customrun/list_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2024 The Tekton Authors.
54
//

test/e2e/eventlistener/eventListener_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

test/e2e/pipeline/pipeline_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

test/e2e/pipeline/start_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

test/e2e/pipelinerun/pipelinerun_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

test/e2e/plugin/plugin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

test/e2e/task/start_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build e2e
2-
// +build e2e
32

43
// Copyright © 2020 The Tekton Authors.
54
//

0 commit comments

Comments
 (0)