hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

Includes command line option to disable diagnostics #163

Closed Hofer-Julian closed 3 years ago

Hofer-Julian commented 4 years ago

Thanks a lot @hansec for this great project.

The need for an option to disable diagnostics is already documented in issue #150. I've noticed a few false-positives in my Fortran code base and whenever possible I'll try to open PRs or at least open issues with minimal examples. Until these are fixed, it would still be nice to have the option to disable diagnostics all together.

If you want any changes, feel free to request them or just push directly to this branch 😄

hansec commented 3 years ago

Thanks for the suggestion and sorry for the delay. I agree this is a good idea since the diagnostics will likely never be perfect for every project especially legacy Fortran code.