From b08b168618dac908a9c9f796a85c53bc8c29f624 Mon Sep 17 00:00:00 2001 From: Alexander Pacha Date: Sun, 15 Dec 2013 14:54:22 +0100 Subject: [PATCH] Added checkstyle to project to keep proper code-styles. --- .checkstyle | 10 +++++++ .project | 6 ++++ Checkstyle.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ suppressions.xml | 14 ++++++++++ 4 files changed, 102 insertions(+) create mode 100644 .checkstyle create mode 100644 Checkstyle.xml create mode 100644 suppressions.xml diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..06605a6 --- /dev/null +++ b/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project index b9b62aa..ffb9597 100644 --- a/.project +++ b/.project @@ -25,9 +25,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + com.android.ide.eclipse.adt.AndroidNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/Checkstyle.xml b/Checkstyle.xml new file mode 100644 index 0000000..7ec9535 --- /dev/null +++ b/Checkstyle.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/suppressions.xml b/suppressions.xml new file mode 100644 index 0000000..20d240c --- /dev/null +++ b/suppressions.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + \ No newline at end of file