All Projects → palantir → gradle-circle-style

palantir / gradle-circle-style

Licence: Apache-2.0 license
🚀🚀🚀MOVED TO Baseline

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gradle-circle-style

static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (+28.57%)
Mutual labels:  findbugs, checkstyle
Android Starter
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
Stars: ✭ 522 (+1764.29%)
Mutual labels:  findbugs, checkstyle
Gradle Code Quality Tools Plugin
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Stars: ✭ 282 (+907.14%)
Mutual labels:  findbugs, checkstyle
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+207.14%)
Mutual labels:  findbugs, checkstyle
Violations Lib
Java library for parsing report files from static code analysis.
Stars: ✭ 94 (+235.71%)
Mutual labels:  findbugs, checkstyle
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (-21.43%)
Mutual labels:  findbugs, checkstyle
Gradle Static Analysis Plugin
Easy setup of static analysis tools for Android and Java projects.
Stars: ✭ 398 (+1321.43%)
Mutual labels:  findbugs, checkstyle
JSR305CheckstylePlugin
a plugin which ensures nullness annotations on methods and constructors
Stars: ✭ 19 (-32.14%)
Mutual labels:  findbugs, checkstyle
Quality Checks
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
Stars: ✭ 38 (+35.71%)
Mutual labels:  findbugs, checkstyle
Codeanalysis
Android静态代码分析
Stars: ✭ 31 (+10.71%)
Mutual labels:  findbugs, checkstyle
java-quality-checks
No description or website provided.
Stars: ✭ 33 (+17.86%)
Mutual labels:  findbugs, checkstyle
Gnag
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
Stars: ✭ 120 (+328.57%)
Mutual labels:  findbugs, checkstyle
Okcheck
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
Stars: ✭ 285 (+917.86%)
Mutual labels:  findbugs, checkstyle
Kotlin Android Starter
[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
Stars: ✭ 589 (+2003.57%)
Mutual labels:  findbugs, checkstyle
Gradle Quality Plugin
Gradle quality plugin for Java and Groovy
Stars: ✭ 97 (+246.43%)
Mutual labels:  findbugs, checkstyle
Warnings Ng Plugin
Jenkins Warnings Plugin - Next Generation
Stars: ✭ 248 (+785.71%)
Mutual labels:  findbugs, checkstyle
Circleci Monorepo
An example of monorepo with CircleCI using conditional workflows and pipeline parameters.
Stars: ✭ 205 (+632.14%)
Mutual labels:  circleci
golang-example-app
Example application
Stars: ✭ 138 (+392.86%)
Mutual labels:  circleci
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+625%)
Mutual labels:  circleci
Pupernetes
Spin up a full fledged Kubernetes environment designed for local development & CI
Stars: ✭ 199 (+610.71%)
Mutual labels:  circleci

Gradle Circle Style

A plugin for Gradle that summarizes failed Gradle builds in CircleCI, with special handling for Checkstyle and FindBugs failures.

Gradle plugins page CircleCI Apache 2.0 License

Quickstart

Add the following to your project's top-level build.gradle file:

plugins {
  id 'com.palantir.circle.style' version '1.1.2'
}

And now your CircleCI builds will fail with nice summaries:

CHECKSTYLE — 1 FAILURE

Details

This plugin is enabled by the CIRCLE_TEST_REPORTS environment variable, set automatically on CircleCI builds. It then automatically enables XML output for Checkstyle and FindBugs plugins, and adds a finalizer task that collates their results (and any other Gradle build step failures) using the JUnit XML output that CircleCI expects.

Note that FindBugs does not support generating both HTML and XML output, so HTML output will be disabled on CircleCI builds. (Checkstyle does not have this limitation.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].