What is included when executing @Lint-Errors symbol

Hello,

When using the symbol @Lint-Errors, it does not find any of my linting warnings, but only some of the errors within my problem view.

What should be the behavior? The documentation states:

The @Lint Errors symbol automatically captures and provides context about any linting errors and warnings from your currently active file.

Furthermore, why are some of the linting errors not found by Cursor? For instance, it only recognizes issues from basedpyright but not pylint. Similarly, issues from SonarQube for IDE are not picked up.

Thanks!