We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MD060
1 parent 538528a commit b0f9ebeCopy full SHA for b0f9ebe
3 files changed
.markdownlint-cli2.jsonc
@@ -2,6 +2,9 @@
2
"globs": [
3
"**/*.md"
4
],
5
+ "ignores": [
6
+ "vendor/**"
7
+ ],
8
// ToDo: Following rules can't be fixed automatically. They should be enabled when fixed.
9
"config": {
10
"MD004": {
@@ -14,6 +17,7 @@
14
17
"summary",
15
18
"br"
16
19
]
- }
20
+ },
21
+ "MD060": false // Allow table column misalignments
22
}
23
pkg/util/proc/reaper.go
@@ -1,5 +1,4 @@
1
//go:build linux
-// +build linux
/*
Copyright 2019 The Kubernetes Authors All rights reserved.
pkg/util/proc/reaper_unsupported.go
//go:build !linux
-// +build !linux
0 commit comments