When linting results have been found, the frontend always reports "Found X linting error(s)." on a red background, even if there are warnings or hints among the results. We should clarify this for the user by implementing one of the following solutions:
- One neutral message reporting "Found X errors, X warnings and X hints"
- Different sections per severity
The second option might be nice combined with an accordion to collapse and expand the different severity levels, while the first might be nice to start with. If we choose for option 1, we should also consider a legend and/or different icons/titles to clarify the difference between the severity levels per result.
Also see this issue.
When linting results have been found, the frontend always reports "Found X linting error(s)." on a red background, even if there are warnings or hints among the results. We should clarify this for the user by implementing one of the following solutions:
The second option might be nice combined with an accordion to collapse and expand the different severity levels, while the first might be nice to start with. If we choose for option 1, we should also consider a legend and/or different icons/titles to clarify the difference between the severity levels per result.
Also see this issue.