From 7676c2fd9462983e3eb37a692092f4af8aecb2e0 Mon Sep 17 00:00:00 2001 From: Lucifer24 Date: Sat, 18 Nov 2017 14:48:40 -0800 Subject: [PATCH] .coafile: Add section for XML files Added section for XML files, also fixed issues raised by XMLBear. Closes https://github.com/coala/coala-eclipse/issues/39 --- .coafile | 4 ++ com.coala.core.tests/pom.xml | 3 +- com.coala.core/plugin.xml | 72 +++++++++-------------------------- com.coala.core/pom.xml | 3 +- com.coala.feature/feature.xml | 13 +------ com.coala.feature/pom.xml | 3 +- com.coala.site/pom.xml | 3 +- 7 files changed, 27 insertions(+), 74 deletions(-) diff --git a/.coafile b/.coafile index 5374be4..83060d2 100644 --- a/.coafile +++ b/.coafile @@ -5,3 +5,7 @@ ignore = com.coala.core/src/com/coala/core/utils/diff_match_patch.java bears = CheckstyleBear max_line_length = 90 use_spaces = True + +[xml] +files = **/*.xml +bears = XMLBear diff --git a/com.coala.core.tests/pom.xml b/com.coala.core.tests/pom.xml index 2e688c1..b8df10b 100644 --- a/com.coala.core.tests/pom.xml +++ b/com.coala.core.tests/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 diff --git a/com.coala.core/plugin.xml b/com.coala.core/plugin.xml index 335ad3d..3159eaa 100644 --- a/com.coala.core/plugin.xml +++ b/com.coala.core/plugin.xml @@ -2,43 +2,22 @@ - - + + - + - + - - + + - - + + - + - - - - + + + + - - - + + + @@ -91,9 +55,7 @@ - + diff --git a/com.coala.core/pom.xml b/com.coala.core/pom.xml index e783005..f018a2b 100644 --- a/com.coala.core/pom.xml +++ b/com.coala.core/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 diff --git a/com.coala.feature/feature.xml b/com.coala.feature/feature.xml index e9b8e0c..c7e27ba 100644 --- a/com.coala.feature/feature.xml +++ b/com.coala.feature/feature.xml @@ -1,9 +1,5 @@ - + The coala Eclipse plug-in provides static code analysis using coala. @@ -14,11 +10,6 @@ Visit http://coala-analyzer.org/ for more information. This program and the accompanying materials are made available under the terms of the AGPL License v3. - + diff --git a/com.coala.feature/pom.xml b/com.coala.feature/pom.xml index bc6a67a..070a740 100644 --- a/com.coala.feature/pom.xml +++ b/com.coala.feature/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 diff --git a/com.coala.site/pom.xml b/com.coala.site/pom.xml index eb84ab0..ef1b7ab 100644 --- a/com.coala.site/pom.xml +++ b/com.coala.site/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0