From 1602c1a0ba5e731f63462748c98e35d8c336f384 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 2 Dec 2016 15:13:45 +0100 Subject: [PATCH] Add code style info to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d441cc9f4a..375df856f5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ We are using Sourceforge for bug tracking. Please file your bugs at +### Code Style + +PMD uses checkstyle to enforce a common code style. + +See [pmd-checkstyle-config.xml](https://github.com/pmd/build-tools/blob/master/config/src/main/resources/net/sourceforge/pmd/pmd-checkstyle-config.xml) for the configuration and +[the eclipse configuration files](https://github.com/pmd/build-tools/tree/master/config/eclipse) that can +be imported into a fresh workspace. ## News and Website