Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jun 8, 2022
1 parent eb8ae44 commit 9fa5870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: megalinter/megalinter@v5
env:
BASH_SHFMT_ARGUMENTS: --indent 2 --space-redirects
DISABLE_LINTERS: COPYPASTE_JSCPD,MARKDOWN_MARKDOWN_LINK_CHECK,SPELL_CSPELL,YAML_V8R
DISABLE_LINTERS: COPYPASTE_JSCPD,JSON_PRETTIER,MARKDOWN_MARKDOWN_LINK_CHECK,SPELL_CSPELL,YAML_V8R
FILTER_REGEX_EXCLUDE: '(.*\.ps1)'
FORMATTERS_DISABLE_ERRORS: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
PRINT_ALPACA: false
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: "CHANGELOG.md"
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

- name: Create Pull Request with applied fixes
Expand Down
1 change: 0 additions & 1 deletion tools/upload_all_boxes_to_vagrantup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ TMPDIR="/tmp"
LOGFILE="$TMPDIR/vagrant_init_destroy_boxes.log"
export BOX_VERSION=${BOX_VERSION:-$(date +%Y%m%d).01}


(
for BOX in *.box; do
echo "*** $BOX"
Expand Down

0 comments on commit 9fa5870

Please sign in to comment.