-
Notifications
You must be signed in to change notification settings - Fork 31
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 a static code analysis #203
Comments
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 16, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 17, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 17, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 18, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 18, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 18, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 18, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 19, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 23, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
arolfes
added a commit
to arolfes/micronaut-camunda-bpm
that referenced
this issue
Feb 26, 2021
…de problems * added spotbugs gradle plugin * added seperate job in GHA continous-integration that spotbugs analysis is always executed when a PR is created * defined exclude rule that all generated classes beginning with $ are ignored
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer I want to have a static code analysis during build to see mistakes.
I suggest spotbugs because it can be easily configured and has a gradle plugin so it can be used during local builds.
Lets limit spotbugs analysis to feature project only and exclude tests because of missing Kotlin support.
The text was updated successfully, but these errors were encountered: