Skip linter-check for readmes (#4794)

* Exclude readmes from the linter
* Add env variable with exclusion to the linter yml
* Rename Ubuntu readmes to correspond with the other images
* Remove trailing space in ubuntu software generator
* Rename Ubuntu1804-README.md to Ubuntu1804-Readme.md
* Rename Ubuntu2004-README.md to Ubuntu2004-Readme.md
This commit is contained in:
Mikhail Timofeev
2021-12-22 17:34:53 +03:00
committed by GitHub
parent f274979207
commit 986530d6bb
6 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ $runtimesList = @(
(Get-KotlinVersion),
(Get-ClangVersions),
(Get-ClangFormatVersions)
)
)
$markdown += New-MDList -Style Unordered -Lines ($runtimesList | Sort-Object)