Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from mirpedrol/expectedparameters
Browse files Browse the repository at this point in the history
add monochrome_logs and monochromeLogs to expected parameters
  • Loading branch information
mirpedrol committed Oct 12, 2023
2 parents 3f10d18 + ec5c239 commit 357fc59
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ class SchemaValidator extends PluginExtensionPoint {
if( !params.containsKey("validationS3PathCheck") ) {
params.validationS3PathCheck = false
}
if( !params.containsKey("monochromeLogs") ) {
params.monochromeLogs = false
}
if( !params.containsKey("monochrome_logs") ) {
params.monochrome_logs = false
}

return params
}
Expand All @@ -252,6 +258,8 @@ class SchemaValidator extends PluginExtensionPoint {
"validationSchemaIgnoreParams",
"validationSkipDuplicateCheck",
"validationS3PathCheck",
"monochromeLogs",
"monochrome_logs"
]

return expectedParams
Expand Down

0 comments on commit 357fc59

Please sign in to comment.