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

LanguageParser excluded from various static code analysis tools #83

Open
Boudewijn26 opened this issue May 26, 2015 · 0 comments
Open

Comments

@Boudewijn26
Copy link
Collaborator

Because LanguageParser is a special class, implemented in a sort of declarative manner instead of the typical imperative Java style, the code style heavily deviates from the CheckStyle config.

Also because LanguageParser is wrapped by parboiled in a rather fancy manner, findBugs is also excluded, because it doesn't actually find bugs in LanguageParser, even when it thinks it does.

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

No branches or pull requests

2 participants