-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add GITHUB_REF_NAME to tests * Reorder config test folders * Add local remote config mix test * Rename folder * Fix linter * Fix linter * Fix tests
- Loading branch information
Showing
17 changed files
with
136 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.automation/test/mega-linter-config-test/local_extends_recurse/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,2 @@ | ||
FILTER_REGEX_INCLUDE: "(base-local)" | ||
SHOW_ELAPSED_TIME: true |
3 changes: 3 additions & 0 deletions
3
.automation/test/mega-linter-config-test/local_extends_recurse/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,3 @@ | ||
EXTENDS: base.local.mega-linter.yml | ||
FILTER_REGEX_INCLUDE: "(local)" | ||
SHOW_ELAPSED_TIME: false |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...on/test/mega-linter-config-test/local_remote_extends_recurse/local.remote.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,3 @@ | ||
EXTENDS: base.mega-linter.yml | ||
DEFAULT_BRANCH: dev | ||
LOG_LEVEL: DEBUG |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
.automation/test/mega-linter-config-test/remote_extends/base.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,5 @@ | ||
EXTENDS: | ||
- "https://raw.githubusercontent.com/oxsecurity/megalinter/main/.automation/test/mega-linter-config-test/extension1.mega-linter.yml" | ||
- "https://raw.githubusercontent.com/oxsecurity/megalinter/main/.automation/test/mega-linter-config-test/extension2.mega-linter.yml" | ||
FILTER_REGEX_INCLUDE: "(base)" | ||
SHOW_ELAPSED_TIME: true |
File renamed without changes.
File renamed without changes.
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