An open API service indexing awesome lists of open source software.

https://github.com/jlleitschuh/pmd-kotlin

PMD Ruleset for Kotlin, in particular CPD support for Kotlin
https://github.com/jlleitschuh/pmd-kotlin

cpd kotlin pmd

Last synced: about 1 year ago
JSON representation

PMD Ruleset for Kotlin, in particular CPD support for Kotlin

Awesome Lists containing this project

README

          

pmd-kotlin
======================
[![Build Status](https://travis-ci.org/JLLeitschuh/pmd-kotlin.png?branch=master)](https://travis-ci.org/JLLeitschuh/pmd-kotlin)

PMD static analysis module for Kotlin programming language.

## History

This is technically a "Fork" of the work done by [Poeschl](https://github.com/Poeschl) which is, itself, a fork of the
original project [pmd-kotlin](https://github.com/jk1/pmd-kotlin) from [jk1](https://github.com/jk1).

This project hopes to expand upon their work to add PMD and CPD support to the Kotlin programming language.