Closed Arthurvdv closed 2 years ago
We'll put it on the list.
v1.449: ALOpsAppCompiler: Extra parameter 'suppressWarnings' allows for overwriting in the app.json. Options: "KEEP","NONE", "
@Arthurvdv Could you please validate if this works for you in our latest release?
Thanks, I will check next week and report back
Works perfect, thanks for adding this!
Is your feature request related to a problem? Please describe. We've set up our pipelines with all kinds of CodeCops enabled. In the pipeline the ruleset parameter is used to provide a company-wide ruleset. The goal here is that all PTE and/or AppSource projects confirm to the same minimum quality enforced by these rules (next other mechanisms like code reviews). The suppressWarnings parameter in the app.json "throws a spanner in the works".
Describe the solution you'd like A overrule parameter in the ALOpsAppCompiler (and ALOpsAppCompilerV2): suppressWarnings with the options;
Describe alternatives you've considered Using custom PowerShell to archive this. For now my Use Case is to remove the property completely, because we use a custom ruleset in our pipeline. De feature description here is a more generic approach.