We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3c03 commit 5e8b401Copy full SHA for 5e8b401
.github/linters/.markdownlint.json
@@ -1,5 +1,4 @@
1
{
2
"MD034": false,
3
- "MD013": false,
4
- "ignore": ["CONTRIBUTING.md"]
+ "MD013": false
5
}
.github/workflows/linter.yaml
@@ -64,4 +64,4 @@ jobs:
64
VALIDATE_GIT_COMMITLINT: false
65
MARKDOWN_CONFIG_FILE: .markdownlint.json
66
PYTHON_MYPY_CONFIG_FILE: .mypy.ini
67
- FILTER_REGEX_EXCLUDE: "^examples/.*"
+ FILTER_REGEX_EXCLUDE: '^(examples/.*|CHANGELOG.md)$'
0 commit comments