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