mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

fix(verilator): added file group #668

Closed DinDjarins closed 7 hours ago

DinDjarins commented 3 days ago

Issue: Earlier diagnostics of all files(in the included directories) for a line number was shown in the currently open buffer. Fix: Now the behaviour is normal since nvim-lint can now detect the file name and will show diagnostics relevant to the current buffer only.

DinDjarins commented 21 hours ago

I am not sure why the tests are failing.

mfussenegger commented 7 hours ago

Thanks. I added a fixup to fix the tests. The issue was that the filename in the test case no longer matched and the cwd argument is required if a file capture is present.