From 1bb21d9176ed0df7d89def12413ccc21c9f17f41 Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Wed, 30 Jan 2019 15:58:06 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=3388.2 TRAVIS_COMMIT_RANGE=e2a4b744fd54...bd7c6c3a17f7 --- feed.xml | 4 ++-- pmd_rules_java_errorprone.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 70938ea549..1b3313ac17 100644 --- a/feed.xml +++ b/feed.xml @@ -5,8 +5,8 @@ Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features. https://pmd.github.io/pmd/ - Wed, 30 Jan 2019 15:36:43 +0000 - Wed, 30 Jan 2019 15:36:43 +0000 + Wed, 30 Jan 2019 15:56:56 +0000 + Wed, 30 Jan 2019 15:56:56 +0000 Jekyll v3.7.4 diff --git a/pmd_rules_java_errorprone.html b/pmd_rules_java_errorprone.html index 897e4d855a..10a7e8f9e7 100644 --- a/pmd_rules_java_errorprone.html +++ b/pmd_rules_java_errorprone.html @@ -2095,6 +2095,12 @@ naming conventions, i.e. for a variable named foo, getFoo() and setFoo() accesso + + ignoredAnnotations + lombok.Data | lombok.Getter | lombok.Value + Fully qualified names of the annotation types that should be ignored by this rule + yes. Delimiter is ‘|’. + prefix