Skip to content

Commit

Permalink
Fix linting issues (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored Aug 7, 2022
1 parent 1ac5849 commit 6d1ad66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
uses: megalinter/megalinter@v6
env:
BASH_SHFMT_ARGUMENTS: --indent 2 --space-redirects
DISABLE_LINTERS: COPYPASTE_JSCPD,JSON_PRETTIER,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_DEVSKIM,REPOSITORY_SEMGREP,SPELL_CSPELL,YAML_V8R
FILTER_REGEX_EXCLUDE: '(.*\.ps1)'
DISABLE_LINTERS: COPYPASTE_JSCPD,JSON_PRETTIER,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_DEVSKIM,REPOSITORY_SEMGREP,SPELL_CSPELL,SPELL_PROSELINT,YAML_V8R
FILTER_REGEX_EXCLUDE: '(.*\.ps1|CHANGELOG.md)'
FORMATTERS_DISABLE_ERRORS: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_MARKDOWNLINT_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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* [Vagrant](https://www.vagrantup.com/downloads)
* [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/) (Version 6.1 or later)
* [Packer](https://www.packer.io/) (Version 1.6.0 or later)
* [Packer](https://www.packer.io/) (Version 1.8.0 or later)

## Login Credentials

Expand Down

0 comments on commit 6d1ad66

Please sign in to comment.