Shingaz
Shingaz
In the command below, is `task3` executed if `task1` or `task2` returns a non 0 code? I would say no based on my attempts. `npm-run-all --continue-on-error --parallel task1 task2 --sequential...
## Is your feature request related to a problem? Please describe. I would like the linter to fail if it reports warning. It is particularly useful to keep a brand...
## Is your feature request related to a problem? Please describe. It is very difficult to use the ui5linter in conjuction with [lint-staged](https://github.com/lint-staged/lint-staged). To avoid to lint the whole project...