Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/linters/.mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ ADDITIONAL_EXCLUDED_DIRECTORIES:
REPOSITORY_KICS_ARGUMENTS: "--exclude-queries 555ab8f9-2001-455e-a077-f2d0f41e2fb9"
SPELL_LYCHEE_ARGUMENTS: "--exclude-path man/figures --exclude-path docs --exclude-path pkgdown/favicon --exclude-path .lycheeignore --exclude-path .github/linters/.lycheeignore"
SPELL_LYCHEE_FILE_EXTENSIONS:
- "*"
- ".md"
- ".mdx"
- ".markdown"
- ".html"
- ".htm"
- ".rst"
- ".txt"
- ".json"
- ".jsonc"
- ".json5"
- ".yaml"
- ".yml"
- ".qmd"
- ".R"
- ".r"
- ".Rmd"
- ".rmd"
SPELL_CSPELL_ANALYZE_FILE_NAMES: false
MARKDOWN_MARKDOWNLINT_ARGUMENTS: "--ignore tests/testthat/_snaps --ignore LICENSE.md --ignore NEWS.md --ignore README.md --ignore cran-comments.md"
HTML_HTMLHINT_CLI_LINT_MODE: "project"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo Using "${workflow_branch}"
echo =========
else
workflow_branch="main"
workflow_branch="update_lynchee"
fi
if [ ! -e ".mega-linter.yml" ]; then
echo "==> Adding .mega-linter.yml"
Expand Down