diff --git a/.cspell.json b/.cspell.json index f6fd404..d221b50 100644 --- a/.cspell.json +++ b/.cspell.json @@ -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" - ] -} \ No newline at end of file + "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" + ] +} diff --git a/.github/workflows/github-dependents-info.yml b/.github/workflows/github-dependents-info.yml index b6db752..5a63162 100644 --- a/.github/workflows/github-dependents-info.yml +++ b/.github/workflows/github-dependents-info.yml @@ -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 @@ -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 }}" \ No newline at end of file + echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 6f58fc3..1b989c4 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -44,7 +44,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter/flavors/javascript@v7 + uses: oxsecurity/megalinter/flavors/javascript@v8 env: # All available variables are described in documentation # https://megalinter.io/latest/config-file/ diff --git a/.mega-linter.yml b/.mega-linter.yml index 348df82..f9fa775 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -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)