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

Engineering: Tune the project settings #1737

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

testforstephen
Copy link
Contributor

When opening the eclipse.jdt.ls project in VS Code, it reports 6k+ warnings, most of which are about discouraged access. I tend to suppress discouraged access rules to reduce noise.

Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

Makes sense to me. In some cases all the warnings make it near impossible to navigate the file in any editor that shows reference values on the left/right vertical ruler (because they're filled with warnings).

Some overall warnings results from this change :

jdt.ls.core 5655 -> 916
jdt.ls.test 517 -> 149
jdt.ls.syntaxserver 20 -> 6

The .git exclusion shouldn't affect Eclipse is I'm sure instances containing EGit already know to ignore that folder.

@testforstephen testforstephen merged commit b5223d7 into eclipse-jdtls:master Apr 23, 2021
@testforstephen testforstephen deleted the jinbo_debt branch April 23, 2021 01:08
@rgrunber rgrunber added this to the End April 2021 milestone Apr 23, 2021
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