Skip to content

Commit b0f9ebe

Browse files
committed
chore: Fix lint errors and ignore MD060 rule
1 parent 538528a commit b0f9ebe

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.markdownlint-cli2.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"globs": [
33
"**/*.md"
44
],
5+
"ignores": [
6+
"vendor/**"
7+
],
58
// ToDo: Following rules can't be fixed automatically. They should be enabled when fixed.
69
"config": {
710
"MD004": {
@@ -14,6 +17,7 @@
1417
"summary",
1518
"br"
1619
]
17-
}
20+
},
21+
"MD060": false // Allow table column misalignments
1822
}
1923
}

pkg/util/proc/reaper.go

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

43
/*
54
Copyright 2019 The Kubernetes Authors All rights reserved.

pkg/util/proc/reaper_unsupported.go

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

43
/*
54
Copyright 2019 The Kubernetes Authors All rights reserved.

0 commit comments

Comments
 (0)