We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdae461 commit 4826adcCopy full SHA for 4826adc
.github/workflows/linting-formatting.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
with:
27
fetch-depth: 0
28
- - uses: oxsecurity/megalinter@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
+ - uses: oxsecurity/megalinter/flavors/documentation@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
29
env:
30
APPLY_FIXES: all
31
VALIDATE_ALL_CODEBASE: true
.mega-linter.yml
@@ -18,6 +18,5 @@ DISABLE_ERRORS_LINTERS:
18
- SPELL_LYCHEE
19
SARIF_REPORTER: true
20
PRINT_ALPACA: false
21
-FLAVOR_SUGGESTIONS: false
22
SHOW_SKIPPED_LINTERS: false
23
FILTER_REGEX_EXCLUDE: (CHANGELOG.md)
0 commit comments