Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 65489c5

Browse files
authored
Fix linter issues (#402)
1 parent eb8ae44 commit 65489c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
uses: megalinter/megalinter@v5
2626
env:
2727
BASH_SHFMT_ARGUMENTS: --indent 2 --space-redirects
28-
DISABLE_LINTERS: COPYPASTE_JSCPD,MARKDOWN_MARKDOWN_LINK_CHECK,SPELL_CSPELL,YAML_V8R
28+
DISABLE_LINTERS: COPYPASTE_JSCPD,JSON_PRETTIER,MARKDOWN_MARKDOWN_LINK_CHECK,SPELL_CSPELL,YAML_V8R
2929
FILTER_REGEX_EXCLUDE: '(.*\.ps1)'
3030
FORMATTERS_DISABLE_ERRORS: false
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
33-
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
3433
PRINT_ALPACA: false
34+
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
3535
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3636

3737
- name: Create Pull Request with applied fixes

tools/upload_all_boxes_to_vagrantup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ TMPDIR="/tmp"
77
LOGFILE="$TMPDIR/vagrant_init_destroy_boxes.log"
88
export BOX_VERSION=${BOX_VERSION:-$(date +%Y%m%d).01}
99

10-
1110
(
1211
for BOX in *.box; do
1312
echo "*** $BOX"

0 commit comments

Comments
 (0)