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

add link to vimhelp :compiler extension #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h3>
<li><a href="http://spotbugs.readthedocs.io/en/latest/maven.html">Maven</a></li>
<li><a href="http://spotbugs.readthedocs.io/en/latest/gradle.html">Gradle</a></li>
<li><a href="http://spotbugs.readthedocs.io/en/latest/eclipse.html">Eclipse</a></li>
<li><a href="https://vimhelp.org/quickfix.txt.html#compiler-spotbugs">(Neo)Vim</a></li>
Copy link
Contributor

@JuditKnoll JuditKnoll Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no #compiler-spotbugs section on this page yet. It looks like the PR adding SpotBugs to Vim ( vim/vim#16001 ) is not merged yet.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it keeps being quite an Odyssey. It will eventually get there. Thank you for your consideration and feel free to contribute with your expertise, for exampling regarding the last question about the need for the setting of -auxiliaryPath.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @JuditKnoll , it finally went live

</ul>

To automatically configure the Eclipse SpotBugs plugin from the SpotBugs Maven plugin configuration, use <a href="https://github.com/m2e-code-quality/m2e-code-quality/">m2e-code-quality</a>.
Expand Down