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

fix(verilator): added file group #668

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

DinDjarins
Copy link
Contributor

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.

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
Copy link
Contributor Author

I am not sure why the tests are failing.

@mfussenegger mfussenegger merged commit 27f44d1 into mfussenegger:master Oct 3, 2024
3 checks passed
@mfussenegger
Copy link
Owner

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.

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

Successfully merging this pull request may close these issues.

2 participants