Skip to content

Commit

Permalink
MegaLinter: Ignore Github Dependents info markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 20, 2024
1 parent 6b694b8 commit ac3832f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 50 deletions.
96 changes: 48 additions & 48 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
".vscode",
"megalinter",
"package-lock.json",
"report"
],
"language": "en",
"version": "0.1",
"words": [
"GHSA",
"GRYPE",
"MARKDOWNLINT",
"Rapha",
"Rapha\u00ebl",
"Th\u00e9riault",
"Vuillamy",
"aarch",
"adoptium",
"adoptopenjdk",
"badgemarkdownfile",
"dotenv",
"eslintcache",
"fileurl",
"hotspot",
"javaw",
"jscoverage",
"jspm",
"markdownfile",
"mheiges",
"minstars",
"njre",
"nvuillam",
"openj",
"outputrepo",
"pids",
"raphaeltheriault",
"riault",
"secretlintrc",
"sparcv",
"stefanzweifel",
"venv",
"vuillamy",
"wscript"
]
}
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
".vscode",
"megalinter",
"package-lock.json",
"report"
],
"language": "en",
"version": "0.1",
"words": [
"GHSA",
"GRYPE",
"MARKDOWNLINT",
"Rapha",
"Rapha\u00ebl",
"Th\u00e9riault",
"Vuillamy",
"aarch",
"adoptium",
"adoptopenjdk",
"badgemarkdownfile",
"dotenv",
"eslintcache",
"fileurl",
"hotspot",
"javaw",
"jscoverage",
"jspm",
"markdownfile",
"mheiges",
"minstars",
"njre",
"nvuillam",
"openj",
"outputrepo",
"pids",
"raphaeltheriault",
"riault",
"secretlintrc",
"sparcv",
"stefanzweifel",
"venv",
"vuillamy",
"wscript"
]
}
4 changes: 2 additions & 2 deletions .github/workflows/github-dependents-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
# On every push on selected branches (usually just main)
push:
branches: [main,master,setup-gdi]
branches: [main, master, setup-gdi]
# Scheduled interval: Use CRON format https://crontab.guru/
schedule:
- cron: "0 0 * * 0" # Every sunday at midnight
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Create PR output
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ DISABLE_ERRORS_LINTERS:
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: (DOCS\.md)
YAML_V8R_FILTER_REGEX_EXCLUDE: (appveyor) # Exclude regex for a single linter
ACTION_ACTIONLINT_DISABLE_ERRORS_IF_LESS_THAN: 3
FILTER_REGEX_EXCLUDE: (docs\/github-dependents-info\.md)

0 comments on commit ac3832f

Please sign in to comment.