[WIP] Enable markdown linting (#9444)
* [WIP] Enable markdown linting * Remove markdown line since default is true when any lang is set to false
This commit is contained in:
11
.github/linters/.markdownlintignore
vendored
Normal file
11
.github/linters/.markdownlintignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Ignore errors from before linting was enabled to allow incremental fixes
|
||||||
|
/*.md
|
||||||
|
9.0/preview1/**
|
||||||
|
9.0/preview2/**
|
||||||
|
9.0/preview3/**
|
||||||
|
9.0/preview4/**
|
||||||
|
9.0/preview5/**
|
||||||
|
9.0/preview6/**
|
||||||
|
9.0/preview7/**
|
||||||
|
9.0/README.md
|
||||||
|
Aspire/announcing-preview-3.md
|
||||||
1
.github/workflows/super-linter.yml
vendored
1
.github/workflows/super-linter.yml
vendored
@@ -26,7 +26,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
VALIDATE_JSCPD: false
|
VALIDATE_JSCPD: false
|
||||||
VALIDATE_MARKDOWN: false
|
|
||||||
VALIDATE_NATURAL_LANGUAGE: false
|
VALIDATE_NATURAL_LANGUAGE: false
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user