This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b722048  Building tools: check for TODO and FIXME in TodoComment 
configuration
b722048 is described below

commit b722048849ef86118f1e10de0c932d5de82e1bd2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 6 09:58:10 2019 +0100

    Building tools: check for TODO and FIXME in TodoComment configuration
---
 buildingtools/src/main/resources/camel-checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildingtools/src/main/resources/camel-checkstyle.xml 
b/buildingtools/src/main/resources/camel-checkstyle.xml
index 3ef605e..86cfccf 100644
--- a/buildingtools/src/main/resources/camel-checkstyle.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle.xml
@@ -350,7 +350,7 @@ lengths, if/try depths, etc...
         </module>
         -->
         <module name="TodoComment">
-            <property name="format" value="WARNING"/>
+            <property name="format" value="(TODO)|(FIXME)"/>
         </module>
 
         <module name="UpperEll"/>

Reply via email to