Commit 4dcb97c
committed
chore(lint): disable markdownlint MD060/table-column-style rule
Disable the recently added (#3244) markdownlint rule
(https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md)
that tends to align all columns in tables.
Sometimes this alignment is nice/fine. However, a common case in our
README files are tables where the last column is a 'Description'.
When one or a small few of the descriptions are quite long, this
table column alignment rule pads every other last cell with a lot of
whitespace to align that last column. This makes reviewing diffs to
tables more difficult.
FWIW DavidAnson/markdownlint#1818 discusses
a potential addition to the MD060 rule that would help this particular
situation.
For this change I've reverted the table alignment in *one* README file
to show the 'relaxed last column' alignment. I do not currently intend
to go back and relitigate every Markdown table change.1 parent c28f4ed commit 4dcb97c
File tree
2 files changed
+15
-12
lines changed- packages/instrumentation-ioredis
2 files changed
+15
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments