Skip to content

Commit

Permalink
chore: speed up linter by using minimal 'flavor' (#200)
Browse files Browse the repository at this point in the history
* chore: enable flavor suggestions for linter

* chore: switch to documentation flavor for linting
  • Loading branch information
rjaegers authored Nov 9, 2023
1 parent cdae461 commit 4826adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: oxsecurity/megalinter@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
- uses: oxsecurity/megalinter/flavors/documentation@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
env:
APPLY_FIXES: all
VALIDATE_ALL_CODEBASE: true
Expand Down
1 change: 0 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ DISABLE_ERRORS_LINTERS:
- SPELL_LYCHEE
SARIF_REPORTER: true
PRINT_ALPACA: false
FLAVOR_SUGGESTIONS: false
SHOW_SKIPPED_LINTERS: false
FILTER_REGEX_EXCLUDE: (CHANGELOG.md)

0 comments on commit 4826adc

Please sign in to comment.