Skip to content

Commit 07c98d0

Browse files
committed
Fix lint in Unix environments
Signed-off-by: Derek McGowan <[email protected]>
1 parent d620c30 commit 07c98d0

50 files changed

Lines changed: 540 additions & 83 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build !windows
2-
31
/*
42
Copyright The containerd Authors.
53

integration/addition_gids_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_log_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_restart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_stats_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_stop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_update_resources_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/container_without_image_ref_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/containerd_image_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

integration/duplicate_name_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux
22

33
/*
44
Copyright The containerd Authors.

0 commit comments

Comments
 (0)