8 ms·
I wrote a shellcheck wrapper that outputs results in compilation mode a few years ago - https://gist.github.com/nverno/d73be9534abae26b1794298f608bf36d https://
by nverno 3y ago
I wrote a shellcheck wrapper that outputs results in compilation mode a few years ago - https://gist.github.com/nverno/d73be9534abae26b1794298f608bf36d https://gist.github.com/nverno/d73be9534abae26b1794298f608bf....
I still prefer it over flycheck personally cause from the compilation buffer you can quickly run through the errors and press "d" to add the disable meta comments to the source.
- globular-toast 3y agoFlymake and flycheck have error list buffers, adding a disable meta comment to the source from it sounds like a really good idea, though. It would be cool if it was checker aware, ie. it would add a "noqa" comment for a flake8 error on a Python project. I wonder if such a thing already exists...
- nverno 3y ago> It would be cool if it was checker aware Yea, definitely, people have wasted a lot time searching for the proper disables in all the different tools.