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

https://github.com/amitdev/pmd-intellij

Plugin for doing static analysis in Intellij using PMD
https://github.com/amitdev/pmd-intellij

Last synced: 5 months ago
JSON representation

Plugin for doing static analysis in Intellij using PMD

Awesome Lists containing this project

README

          

# PMD Plugin for IntelliJ
![Build](https://github.com/amitdev/PMD-Intellij/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/1137-pmdplugin.svg)](https://plugins.jetbrains.com/plugin/1137-pmdplugin)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/1137-pmdplugin.svg)](https://plugins.jetbrains.com/plugin/1137-pmdplugin)

## Overview

An IntelliJ Idea plugin that performs static analysis using [PMD](https://pmd.github.io).

Download it from [here](https://plugins.jetbrains.com/plugin/1137-pmdplugin) or via the plugin manager.

## Contributing

To set up the dev environment, clone this repository and open the project in IntelliJ.

Feel free to raise pull requests!