forked from IQEngine/IQEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mega-linter.yml
66 lines (64 loc) · 1.48 KB
/
.mega-linter.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
APPLY_FIXES: all
SHOW_ELAPSED_TIME: true
DEFAULT_BRANCH: main
IGNORE_GENERATED_FILES: true
VALIDATE_ALL_CODEBASE: false
IGNORE_GITIGNORED_FILES: true
JAVASCRIPT_DEFAULT_STYLE: prettier
COPYPASTE_JSCPD_DISABLE_ERRORS: true
SPELL_CSPELL_DISABLE_ERRORS: true
CLEAR_REPORT_FOLDER: true
PYTHON_FLAKE8_CONFIG_FILE: .github/linters/.flake8
PYTHON_RUFF_CONFIG_FILE: .github/linters/.ruff.toml
PYTHON_PYRIGHT_CONFIG_FILE: .github/linters/pyrightconfig.json
PYTHON_MYPY_CONFIG_FILE: .github/linters/.mypy.ini
CSS_STYLELINT_CONFIG_FILE: .github/linters/.stylelintrc.js
DOCKERFILE_HADOLINT_CONFIG_FILE: .github/linters/.hadolint.yaml
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
REPOSITORY_KICS_DISABLE_ERRORS: true
GITHUB_COMMENT_REPORTER: false
EXCLUDED_DIRECTORIES:
- megalinter-reports
- node_modules
- venv
DISABLE:
- ANSIBLE
- ARM
- CPP
- CSHARP
- CLOJURE
- PERL
- PHP
- POWERSHELL
- GHERKIN
- GO
- COFFEE
- CLOUDFORMATION
- R
- RAKU
- VBDOTNET
DISABLE_LINTERS:
- REPOSITORY_CHECKOV
- REPOSITORY_DEVSKIM
- REPOSITORY_DUSTILOCK
- REPOSITORY_GIT_DIFF
- REPOSITORY_GOODCHECK
- REPOSITORY_SECRETLINT
- REPOSITORY_SEMGREP
- REPOSITORY_SYFT
- REPOSITORY_TRIVY
- REPOSITORY_KICS
- PYTHON_PYLINT
DISABLE_ERRORS_LINTERS:
- REPOSITORY_CHECKOV
- REPOSITORY_DEVSKIM
- REPOSITORY_DUSTILOCK
- REPOSITORY_GIT_DIFF
- REPOSITORY_GOODCHECK
- REPOSITORY_SECRETLINT
- REPOSITORY_SEMGREP
- REPOSITORY_SYFT
- REPOSITORY_TRIVY
- REPOSITORY_KICS
- PYTHON_PYLINT