#
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.
android
kotlin
analysis
rxjava
findbugs
pmd
checkstyle
mvp
mockito
espresso
robolectric
android-mvp-kotlin
-
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.
android
kotlin
lint
java
groovy
gradle
findbugs
pmd
checkstyle
gradle-plugin
code-quality
cpd
detekt
errorprone
ktlint
findbugs-plugin
-
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
static-code-analysis
findbugs
pmd
checkstyle
static-analysis
jenkins-plugin
spotbugs
error-prone
jenkins-warnings
-
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
kotlin
unit-testing
clean-code
pmd
checkstyle
mockito
dagger2
retrofit2
kotlin-dsl
mvvm-architecture
databinding
kotlin-coroutines
coroutines-android
codeanalysis
espresso-tests
android-architecture-components
jetpack-pagination
jetpack-lifecycle-components
jetpack-room
hilt-android
-
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.
eslint
static-code-analysis
android-lint
findbugs
checkstyle
stylecop
clang
jshint
resharper
cppcheck
codenarc
swiftlint
phpcs
css-linter
golint
detekt
cpplint
spotbugs
ktlint
rubycop
-
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.
java
docker
spring
spring-boot
swing
spring-data
checkstyle
postgresql
boot
starter-template
java8
springboot
maven-wrapper
spring-boot-2
java11
jpa-hibernate
-
Updated
Aug 5, 2020 - Java
Open
emit status report
staabm
commented
Feb 10, 2020
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
design-pattern
checkstyle
design-patterns
observer-pattern
junit
visitor-pattern
command-pattern
strategy-pattern
abstract-factory-pattern
design-patterns-implemented-in-java
object-oriented-programming
singleton-pattern
template-pattern
template-method
behavioral-patterns
structural-patterns
iterator-pattern
design-patterns-java
template-method-pattern
-
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.
android
gradle
static-code-analysis
android-lint
linter
findbugs
pmd
checkstyle
static-analysis
code-analysis
code-quality
cpd
spotbugs
-
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
lint
java
coverage
gradle
static-code-analysis
findbugs
pmd
checkstyle
static-analysis
static
android-library
instrumentation-tests
jacoco
android-java-multi
-
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.