-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 5358349
Adjust
The API of the `github.com/olekukonko/tablewriter` module was completely redesigned prior to the 1.0.0 release. This
made it incompatible with the code written for the API of the 0.0.x versions of the module.
These code changes are purely refactoring. There are some changes to the output (hence the changes in the test data),
but these are only insignificant changes to the format of the generated markup, which do not result in any changes to
the rendered rules documentation content displayed on the website.ruledocsgen
module code for github.com/olekukonko/tablewriter
1.x API1 parent 5401dc2 commit 5358349
File tree
5 files changed
+41
-16
lines changed- ruledocsgen
- testdata/golden
5 files changed
+41
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | + | ||
36 | + | ||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
| |||
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
105 | - | ||
106 | - | ||
107 | - | ||
108 | - | ||
109 | - | ||
110 | - | ||
111 | - | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
112 | 137 |
| |
113 | 138 |
| |
114 | 139 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
40 | - | ||
39 | + | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
40 | - | ||
39 | + | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
19 | - | ||
18 | + | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
|
0 commit comments