Skip to content

Commit cd635a8

Browse files
committed
Merge branch 'main' into remove-trailing-space
2 parents c381472 + f61cc4d commit cd635a8

File tree

21 files changed

+39
-25
lines changed

21 files changed

+39
-25
lines changed

.automation/test/markdown/markdown_good_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ ls -la
2222
### Walk away
2323

2424
We're all done **here**.
25+
2526
- [Link Action](https://github.com)

.automation/test/markdown/markdown_good_2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ ls -la
2222
### Walk away
2323

2424
We're all done **here**.
25+
2526
- [Link Action](https://github.com)

.github/linters/.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
"customrules",
508508
"cyclomatic",
509509
"dartanalyzer",
510+
"davidanson",
510511
"debugent",
511512
"decamelize",
512513
"dedup",
@@ -1337,4 +1338,4 @@
13371338
"\u0636clojure",
13381339
"\u077bcbad"
13391340
]
1340-
}
1341+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUN npm --no-cache install --ignore-scripts \
213213
v8r \
214214
eslint-plugin-react \
215215
eslint-plugin-jsx-a11y \
216-
markdownlint-cli \
216+
markdownlint-cli2 \
217217
markdown-link-check \
218218
markdown-table-formatter \
219219
@stoplight/[email protected] \

docs/descriptors/markdown_markdownlint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Version in MegaLinter: **0.32.2**
88
- Visit [Official Web Site](https://github.com/DavidAnson/markdownlint#readme){target=_blank}
9-
- See [How to configure markdownlint rules](https://github.com/igorshubovych/markdownlint-cli#configuration){target=_blank}
9+
- See [How to configure markdownlint rules](https://github.com/DavidAnson/markdownlint-cli2#configuration){target=_blank}
1010
- If custom `.markdownlint.json` config file is not found, [.markdownlint.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.markdownlint.json){target=_blank} will be used
1111
- See [How to disable markdownlint rules in files](https://github.com/DavidAnson/markdownlint#configuration){target=_blank}
1212
- See [Index of problems detected by markdownlint](https://github.com/DavidAnson/markdownlint#rules--aliases){target=_blank}
@@ -121,4 +121,4 @@ Options:
121121
### Installation on mega-linter Docker image
122122

123123
- NPM packages (node.js):
124-
- [markdownlint-cli](https://www.npmjs.com/package/markdownlint-cli)
124+
- [markdownlint-cli2](https://www.npmjs.com/package/markdownlint-cli2)

flavors/documentation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN npm --no-cache install --ignore-scripts \
126126
@microsoft/eslint-formatter-sarif \
127127
v8r \
128128
prettier \
129-
markdownlint-cli \
129+
markdownlint-cli2 \
130130
markdown-link-check \
131131
markdown-table-formatter \
132132
@stoplight/[email protected] \

flavors/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN npm --no-cache install --ignore-scripts \
144144
@microsoft/eslint-formatter-sarif \
145145
v8r \
146146
prettier \
147-
markdownlint-cli \
147+
markdownlint-cli2 \
148148
markdown-link-check \
149149
markdown-table-formatter \
150150
@stoplight/[email protected] \

flavors/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN npm --no-cache install --ignore-scripts \
126126
@microsoft/eslint-formatter-sarif \
127127
v8r \
128128
prettier \
129-
markdownlint-cli \
129+
markdownlint-cli2 \
130130
markdown-link-check \
131131
markdown-table-formatter \
132132
@stoplight/[email protected] \

flavors/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN npm --no-cache install --ignore-scripts \
127127
@microsoft/eslint-formatter-sarif \
128128
v8r \
129129
prettier \
130-
markdownlint-cli \
130+
markdownlint-cli2 \
131131
markdown-link-check \
132132
markdown-table-formatter \
133133
@stoplight/[email protected] \

flavors/javascript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ RUN npm --no-cache install --ignore-scripts \
143143
v8r \
144144
eslint-plugin-react \
145145
eslint-plugin-jsx-a11y \
146-
markdownlint-cli \
146+
markdownlint-cli2 \
147147
markdown-link-check \
148148
markdown-table-formatter \
149149
@stoplight/[email protected] \

0 commit comments

Comments
 (0)