-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow merge lists with extends (#3469)
* Allow merge lists with extends * [MegaLinter] Apply linters fixes * Add CONFIG_PROPERTIES_TO_APPEND * Merge conflicts * [MegaLinter] Apply linters fixes --------- Co-authored-by: bdovaz <bdovaz@users.noreply.github.com> Co-authored-by: nvuillam <nicolas.vuillamy@gmail.com> Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
- Loading branch information
1 parent
5cec3c2
commit fc8c26a
Showing
9 changed files
with
104 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...n/test/mega-linter-config-test/local_extends_list_merge_append/base.local.mega-linter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ENABLE_LINTERS: | ||
- LINTER_1 | ||
- LINTER_3 | ||
FILTER_REGEX_INCLUDE: "(base-local)" |
6 changes: 6 additions & 0 deletions
6
...mation/test/mega-linter-config-test/local_extends_list_merge_append/local.mega-linter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
EXTENDS: base.local.mega-linter.yml | ||
CONFIG_PROPERTIES_TO_APPEND: | ||
- ENABLE_LINTERS | ||
ENABLE_LINTERS: | ||
- LINTER_2 | ||
FILTER_REGEX_INCLUDE: "(local)" |
4 changes: 4 additions & 0 deletions
4
.../test/mega-linter-config-test/local_extends_list_merge_replace/base.local.mega-linter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ENABLE_LINTERS: | ||
- LINTER_1 | ||
- LINTER_3 | ||
FILTER_REGEX_INCLUDE: "(base-local)" |
4 changes: 4 additions & 0 deletions
4
...ation/test/mega-linter-config-test/local_extends_list_merge_replace/local.mega-linter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
EXTENDS: base.local.mega-linter.yml | ||
ENABLE_LINTERS: | ||
- LINTER_2 | ||
FILTER_REGEX_INCLUDE: "(local)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters