-
Notifications
You must be signed in to change notification settings - Fork 137
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
New configuration: Skip project/submodule that are not compiled #56
Comments
I have some java code in the project which requires only static analysis and is never build. Hence the need for Findbug disables SQ analysis of my project. |
Sorry but to me this is not an enhancement, this is a bug. |
I am facing the same issue. I do have projects with packaging E.g. a simple example is a project where I do have a spring boot application that I want to build as a regular JAR in order to still use it as a regular dependency but then I also need another module of packaging
Example: |
Already according to the logged message this is a bug:
|
…s#56 Also migrate all other usages of Settings spotbugs#172
Implemented |
Regarding this situation #46, the most accommodating option would be to have an option to ignore missing compiled code.
Since the validation is needed for 99.9% of projects, it should not be enable by default.
The text was updated successfully, but these errors were encountered: