diff --git a/checkstyle/configuration/google_checks.xml b/checkstyle/configuration/google_checks.xml
index 5c83a08..441f1af 100755
--- a/checkstyle/configuration/google_checks.xml
+++ b/checkstyle/configuration/google_checks.xml
@@ -34,6 +34,13 @@
+
+
+
+
+
+
+
@@ -49,9 +56,6 @@
-
-
-
@@ -200,4 +204,7 @@
+
+
+
diff --git a/checkstyle/configuration/touchin_checkstyle.xml b/checkstyle/configuration/touchin_checkstyle.xml
new file mode 100755
index 0000000..cd85fc5
--- /dev/null
+++ b/checkstyle/configuration/touchin_checkstyle.xml
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/gradle/staticAnalysis.gradle b/gradle/staticAnalysis.gradle
index 12510c1..357df04 100644
--- a/gradle/staticAnalysis.gradle
+++ b/gradle/staticAnalysis.gradle
@@ -359,7 +359,7 @@ getCheckstyleTask = { sources ->
ignoreFailures = true
showViolations = false
source files(sources)
- configFile file("${rootDir}/libraries/BuildScripts/checkstyle/configuration/google_checks.xml")
+ configFile file("${rootDir}/libraries/BuildScripts/checkstyle/configuration/touchin_checkstyle.xml")
checkstyleClasspath = configurations.checkstyle.asFileTree
classpath = files(System.getenv("ANDROID_HOME") + "/platforms/" + android.compileSdkVersion + "/android.jar") +
files(System.properties.'java.home' + "/lib/rt.jar") +