summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2018-06-03 08:16:03 +0200
committerGitHub <noreply@github.com>2018-06-03 08:16:03 +0200
commit80e5bbdd55b32d45e60b19e0ced07e096ccf481e (patch)
tree9cb1a6aefda8bc566e3d5d796dea2c3fcbf0a5d7
parent34ce7f49f55d58daabf5121f0d906c55ef695579 (diff)
downloadnavit-80e5bbdd55b32d45e60b19e0ced07e096ccf481e.tar.gz
change:ci:Move checkstyle.xml to be used by Codefactor.io (#608)
* Rename navit/android/navit_checkstyle.xml to navit_checkstyle.xml * Rename navit_checkstyle.xml to checkstyle.xml * Update build.gradle
-rw-r--r--checkstyle.xml (renamed from navit/android/navit_checkstyle.xml)0
-rw-r--r--navit/android/build.gradle2
2 files changed, 1 insertions, 1 deletions
diff --git a/navit/android/navit_checkstyle.xml b/checkstyle.xml
index cff784874..cff784874 100644
--- a/navit/android/navit_checkstyle.xml
+++ b/checkstyle.xml
diff --git a/navit/android/build.gradle b/navit/android/build.gradle
index edd6f4272..ca9dab255 100644
--- a/navit/android/build.gradle
+++ b/navit/android/build.gradle
@@ -48,7 +48,7 @@ android {
task checkstyleMain(type: Checkstyle){
source 'src'
include '**/*.java'
- configFile = rootProject.file('navit/android/navit_checkstyle.xml')
+ configFile = rootProject.file('checkstyle.xml')
ignoreFailures = false
showViolations = true
// empty classpath