alamin655
commited on
Commit
•
1ee7661
1
Parent(s):
ac49d0c
Update .mega-linter.yml
Browse files- .mega-linter.yml +1 -2
.mega-linter.yml
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
APPLY_FIXES: all # all, none, or list of linter keys
|
5 |
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
|
6 |
ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
|
7 |
-
- LUA_LUACHECK
|
8 |
- RUST_CLIPPY
|
9 |
- JAVASCRIPT_ES
|
10 |
- CSS_STYLELINT
|
@@ -18,5 +17,5 @@ ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be
|
|
18 |
# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
|
19 |
# - SPELL # Uncomment to disable checks of spelling mistakes
|
20 |
SHOW_ELAPSED_TIME: true
|
21 |
-
FILEIO_REPORTER:
|
22 |
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
|
|
|
4 |
APPLY_FIXES: all # all, none, or list of linter keys
|
5 |
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
|
6 |
ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
|
|
|
7 |
- RUST_CLIPPY
|
8 |
- JAVASCRIPT_ES
|
9 |
- CSS_STYLELINT
|
|
|
17 |
# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
|
18 |
# - SPELL # Uncomment to disable checks of spelling mistakes
|
19 |
SHOW_ELAPSED_TIME: true
|
20 |
+
FILEIO_REPORTER: false
|
21 |
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
|