From 7729fed4bef14c2e1eac958e07a7d407703b7a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de> Date: Wed, 27 May 2020 16:11:48 +0200 Subject: [PATCH] Disable checkstyle pmd and checkstyle in the root project in eclipse Disable this checks, becaus the main project has no implmentaions. Further the execution of the checks yield to errors in eclipse. --- .settings/qa.eclipse.plugin.checkstyle.prefs | 2 +- .settings/qa.eclipse.plugin.pmd.prefs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.settings/qa.eclipse.plugin.checkstyle.prefs b/.settings/qa.eclipse.plugin.checkstyle.prefs index 64a0564d5..2e24669b8 100644 --- a/.settings/qa.eclipse.plugin.checkstyle.prefs +++ b/.settings/qa.eclipse.plugin.checkstyle.prefs @@ -1,4 +1,4 @@ configFilePath=config/checkstyle.xml customModulesJarPaths= eclipse.preferences.version=1 -enabled=true +enabled=false diff --git a/.settings/qa.eclipse.plugin.pmd.prefs b/.settings/qa.eclipse.plugin.pmd.prefs index 04ac39484..a8950d58c 100644 --- a/.settings/qa.eclipse.plugin.pmd.prefs +++ b/.settings/qa.eclipse.plugin.pmd.prefs @@ -1,4 +1,4 @@ customRulesJars= eclipse.preferences.version=1 -enabled=true +enabled=false ruleSetFilePath=config/pmd.xml -- GitLab