From 35fc2213cd907c2cf8ec929e5fb3668e9cf402cf Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Wed, 31 Dec 2014 18:36:21 +0100 Subject: Adding maven configuration to run check-style and java-format plugins. Right now they are not run automatically until we fix all style issues --- .../src/main/code-style/gwt-checkstyle.xml | 228 +++++++++++++++++ gwtquery-core/src/main/code-style/gwt-format.xml | 279 +++++++++++++++++++++ 2 files changed, 507 insertions(+) create mode 100644 gwtquery-core/src/main/code-style/gwt-checkstyle.xml create mode 100644 gwtquery-core/src/main/code-style/gwt-format.xml (limited to 'gwtquery-core/src') diff --git a/gwtquery-core/src/main/code-style/gwt-checkstyle.xml b/gwtquery-core/src/main/code-style/gwt-checkstyle.xml new file mode 100644 index 00000000..23439683 --- /dev/null +++ b/gwtquery-core/src/main/code-style/gwt-checkstyle.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gwtquery-core/src/main/code-style/gwt-format.xml b/gwtquery-core/src/main/code-style/gwt-format.xml new file mode 100644 index 00000000..b13daa74 --- /dev/null +++ b/gwtquery-core/src/main/code-style/gwt-format.xml @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3