Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings are shown only if there are no errors: #2022

Open
1 task done
ebiscaia opened this issue May 19, 2023 · 0 comments
Open
1 task done

Warnings are shown only if there are no errors: #2022

ebiscaia opened this issue May 19, 2023 · 0 comments

Comments

@ebiscaia
Copy link

ebiscaia commented May 19, 2023

Thank you for taking the time to improve Flycheck.

Checklist

  • I have checked existing issues for potential duplicates before creating this one.

Feature description

A clear and concise description of what you want Flycheck to do.
I want flycheck to show all warnings and errors at the same time.

Additional context

Add any other context or screenshots, mockups etc.
Using Doom Emacs here.

Better description of the situation:
I am starting to learn Emacs and decided to use Doom Emacs at least to get started. So I installed flake8 to be the Python checker. I wrote a file and intentionally I included some mistakes (both errors and warnings). Emacs is showing only the errors at first and only when I corrected them all is that the warnings start to show up.

See that not only is missing a ':' in the if statement but also there are some spacing issues here and there:
19-13-23

Now that the error was fixed the warnings are shown:
19-14-23

Expected result from neovim
19-14-23_000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant