mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
fix: update the list of linters to remove (#5870)
Don't remove ENV from the list of linters to run in the slim image. Follow up to #5868
This commit is contained in:
parent
c770a8d253
commit
6bd76596f3
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ UpdateLoopsForImage() {
|
|||
#############################################
|
||||
# Need to remove linters for the slim image #
|
||||
#############################################
|
||||
REMOVE_ARRAY=("ARM" "CSHARP" "ENV" "POWERSHELL" "RUST_2015" "RUST_2018"
|
||||
REMOVE_ARRAY=("ARM" "CSHARP" "POWERSHELL" "RUST_2015" "RUST_2018"
|
||||
"RUST_2021" "RUST_CLIPPY")
|
||||
|
||||
# Remove from LANGUAGE_ARRAY
|
||||
|
|
Loading…
Reference in a new issue