Skip to content

Commit b952edd

Browse files
authored
Fix linting (#1094)
* Ignore MD060 * Fix linting
1 parent 3d4c600 commit b952edd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/linters/.markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ MD013: false
2323
MD026: false
2424
MD046: false # Mix of indented and fenced code blocks
2525
MD004: false
26+
MD060: false
2627
# MD004: false # Unordered list style
2728
# MD007:
2829
# indent: 2 # Unordered list indentation

.markdownlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"MD013": false,
44
"MD026": false,
55
"MD046": false,
6-
"MD004": false
6+
"MD004": false,
7+
"MD060": false
78
}

docs/articles/vs-test-adapter/Supported-Frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The table below shows the supported adapter versions for a given framework versi
1818
|Net 7|4.3 - 5.X ||
1919
|Net 8+|Works with 4.3.2 and upwards||
2020

21-
The adapter is shipped with three different versions of the test framework. The first is the full framework version,
22-
which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
21+
The adapter is shipped with three different versions of the test framework. The first is the full framework version,
22+
which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
2323
6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards.
2424
The different versions of the adapter supports different versions of the test framework.
2525
The table above shows the supported versions.

0 commit comments

Comments
 (0)