Skip to content

Commit 4826adc

Browse files
authored
chore: speed up linter by using minimal 'flavor' (#200)
* chore: enable flavor suggestions for linter * chore: switch to documentation flavor for linting
1 parent cdae461 commit 4826adc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/linting-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626
with:
2727
fetch-depth: 0
28-
- uses: oxsecurity/megalinter@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
28+
- uses: oxsecurity/megalinter/flavors/documentation@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
2929
env:
3030
APPLY_FIXES: all
3131
VALIDATE_ALL_CODEBASE: true

.mega-linter.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ DISABLE_ERRORS_LINTERS:
1818
- SPELL_LYCHEE
1919
SARIF_REPORTER: true
2020
PRINT_ALPACA: false
21-
FLAVOR_SUGGESTIONS: false
2221
SHOW_SKIPPED_LINTERS: false
2322
FILTER_REGEX_EXCLUDE: (CHANGELOG.md)

0 commit comments

Comments
 (0)