Repository: camel Updated Branches: refs/heads/master 39afe71fc -> b74dead85
Fixed camel-checkstyle was not valid as it has a non existing module. Also updated to latest DTD version Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b74dead8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b74dead8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b74dead8 Branch: refs/heads/master Commit: b74dead8544590c650896b61fbfe400beeca53e1 Parents: 39afe71 Author: Claus Ibsen <[email protected]> Authored: Sun Oct 15 14:01:36 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sun Oct 15 14:01:36 2017 +0200 ---------------------------------------------------------------------- buildingtools/camel-checkstyle.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b74dead8/buildingtools/camel-checkstyle.xml ---------------------------------------------------------------------- diff --git a/buildingtools/camel-checkstyle.xml b/buildingtools/camel-checkstyle.xml index e827c4e..daa3fd8 100644 --- a/buildingtools/camel-checkstyle.xml +++ b/buildingtools/camel-checkstyle.xml @@ -18,8 +18,8 @@ --> <!DOCTYPE module PUBLIC - "-//Puppy Crawl//DTD Check Configuration 1.2//EN" - "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> + "-//Puppy Crawl//DTD Check Configuration 1.3//EN" + "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <!-- Checks to make sure the code meets the ActiveMQ coding guidelines which @@ -340,5 +340,4 @@ lengths, if/try depths, etc... </module> <!--<module name="RequiredRegexp">--> </module> - <module name="SuppressionCommentFilter"/> </module>
