-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.mega-linter.yml
More file actions
33 lines (25 loc) · 729 Bytes
/
.mega-linter.yml
File metadata and controls
33 lines (25 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Configuration file for MegaLinter
#
# See all available variables at https://megalinter.io/latest/config-file/ and in
# linters documentation
# all, none, or list of linter keys
APPLY_FIXES: all
GITHUB_COMMENT_REPORTER: false
# If you use ENABLE variable, all other languages/formats/tooling-formats will
# be disabled by default
# ENABLE:
# - RUST
DISABLE:
- SPELL
DISABLE_LINTERS:
- COPYPASTE_JSCPD
- MARKDOWN_MARKDOWN_LINK_CHECK
- REPOSITORY_CHECKOV
- REPOSITORY_DEVSKIM
- REPOSITORY_GRYPE
- REPOSITORY_KICS
- RUST_CLIPPY
# PRE_COMMANDS:
# - command: apk add --no-cache zlib-dev zlib-static openssl-dev libffi-dev
SHOW_ELAPSED_TIME: true
FILTER_REGEX_EXCLUDE: ^(examples/docs|\.github/workflows)