sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[doop] Show "severity: debug" violations in QA but not in prod #442

Closed edda closed 2 weeks ago

edda commented 8 months ago

Violations with "severity: debug" are currently filtered out and not shown in the list. This is the behaviour we want for prod. It needs to be possible to see those debug violations somewhere though.

Suggestion: add config option "showDebug: true/false" which we set to false in prod but true in QA.