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 385cf4a commit 607b589Copy full SHA for 607b589
.github/scripts/new_post.sh
@@ -36,7 +36,7 @@ function create_post {
36
echo "date: $POST_DATE"
37
echo "draft: true"
38
echo "---"
39
- ) > "$file_path"
+ ) >"$file_path"
40
}
41
42
function main {
.mega-linter.yml
@@ -20,4 +20,8 @@ DISABLE_LINTERS:
20
- YAML_YAMLLINT
21
- PYTHON_ISORT
22
- PYTHON_RUFF
23
+ - PYTHON_PYRIGHT
24
+ - PYTHON_PYLINT
25
- SPELL_CSPELL
26
+# There are things like scripts that shouldn't be in drafts
27
+FILTER_REGEX_EXCLUDE: '^/_drafts/.*'
0 commit comments