Findbugs (PMD or Checkstyle) result reports integration

Hi Guys,
I’ve been using CircleCI for Android projects a lot and it really awesome tool.

But I am wondering whether there is any possibility to display code analyzing results in the github PR (like Coveralls do here: https://github.com/stkent/amplify/pull/162#issuecomment-269670245)?

Thanks.

Found an awesome solution: Gnag.

Hi @amatkivskiy

I’m just getting started with the CircleCI stuff & wanted to know how do you refer to the latest Pull-request from the CircleCI scripts for Gnag?

@Kiran

Please follow the link to find an example how I refer to the PR from build script:
circle-ci-build.sh

1 Like

Thanks, @amatkivskiy!