From 13de4a0dcbfca38cd47d37b23b5516b7ba934e8a Mon Sep 17 00:00:00 2001 From: mohit17067 Date: Thu, 8 Feb 2018 14:51:25 +0530 Subject: [PATCH] .coafile: Add XMLBear This adds XMLBear in the repository Closes https://github.com/coala/coala-eclipse/issues/39 --- .coafile | 4 ++++ 1 file changed, 4 insertions(+) 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