-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.mega-linter.yml
More file actions
23 lines (22 loc) · 823 Bytes
/
Copy path.mega-linter.yml
File metadata and controls
23 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Configuration file for Mega-Linter
# See all available variables at https://megalinter.io/#configuration and in linters documentation
APPLY_FIXES: "all" # When true, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool)
FILTER_REGEX_EXCLUDE: (lib/example|\.github|\.vscode|\.claude|CLAUDE\.md|pull_request_template|docs/javascripts|package-lock\.json)
DISABLE:
- COPYPASTE
- CSS
JAVASCRIPT_DEFAULT_STYLE: prettier
DISABLE_LINTERS:
- JAVASCRIPT_STANDARD
- MARKDOWN_MARKDOWN_LINK_CHECK
- TYPESCRIPT_STANDARD
DISABLE_ERRORS_LINTERS:
- REPOSITORY_SEMGREP
- SPELL_LYCHEE
FLAVOR_SUGGESTIONS: true
JAVASCRIPT_ES_CONFIG_FILE: "LINTER_DEFAULT"
GITHUB_STATUS_REPORTER: false
PRE_COMMANDS:
- continue_if_failed: false
command: npm ci
cwd: workspace