checkstyle
Here are 181 public repositories matching this topic...
[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
-
Updated
Aug 14, 2019 - Kotlin
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
-
Updated
Dec 21, 2017 - Java
Easy setup of static analysis tools for Android and Java projects.
-
Updated
Mar 8, 2020 - Groovy
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
-
Updated
Apr 10, 2020 - Kotlin
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
-
Updated
Jan 7, 2020 - Groovy
Quality Police for Java projects
-
Updated
Jun 15, 2020 - Java
Jenkins Warnings Plugin - Next Generation
-
Updated
Sep 3, 2020 - Java
TvFlix android app using Dagger Hilt, Coroutines, Jetpack(Room, ViewModel, Paging, LiveData) based on MVVM architecture purely written in Kotlin
-
Updated
Aug 25, 2020 - Kotlin
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
-
Updated
Nov 4, 2019 - PHP
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
-
Updated
Jul 28, 2020 - Java
Gradle quality plugin for Java and Groovy
-
Updated
May 13, 2020 - Groovy
Java library for parsing report files from static code analysis.
-
Updated
Aug 27, 2020 - Java
A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.
-
Updated
Aug 11, 2020 - Java
Vim's quickfix errorformat implementation in Go
-
Updated
Aug 29, 2020 - Go
This project aims to present how to connect Spring Boot 2 with Java Swing. All application dependencies are provided by Docker Compose.
-
Updated
Aug 5, 2020 - Java
emit status report
when cs2pr completes and no errors/warnings have to be emitted, the screen stays empty.
as a user I dont know whether everything worked well and nothing had to be reported or there was a error and I dont see it.
at best we could emit a processed x errors and y warnings or similar status message at the very end into STDERR, so we dont destory possible consumers of our gihtub-api checks
A collection of custom Arcanist linters
-
Updated
Aug 26, 2020 - PHP
MET CS665 - OOP Design Patterns Code Examples
-
Updated
Aug 19, 2020 - Java
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
-
Updated
May 22, 2017 - Kotlin
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.
-
Updated
Aug 6, 2020 - Groovy
setup CheckStyle, FindBugs, PMD and Lint for your Android project easily
-
Updated
Jan 7, 2018 - Shell
Static analysis tools: PMD, Findbugs, Checkstyle, Lint and Jacoco on multi module build with an Android app module, Android library module and a Java module
-
Updated
May 8, 2017 - Java
Improve this page
Add a description, image, and links to the checkstyle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the checkstyle topic, visit your repo's landing page and select "manage topics."


For example, developer could have renamed parameter in code and forgot to update KDoc. Currently KDocMethods rule only checks if all arguments are present in KDoc, not vice versa.