action #176862
Updated by okurz 15 days ago
## Motivation
Like #176475 but for openQA
## Acceptance criteria
* **AC1:** Automatic checks prevent the use of Try::Tiny in openQA
* **AC2:** All basic `eval { … }; if ($@) …` is replaced by `try { … } catch ($e) { }` in openQA
## Suggestions
* See what was done with https://github.com/os-autoinst/os-autoinst/pull/2650 and apply the same for openQA
* See what was done with https://github.com/os-autoinst/os-autoinst/pull/2663 and apply the same for openQA
* Continue with https://github.com/os-autoinst/openQA/pull/6166
Back