From f334e21516af6c1cb0b96d0d341d262586c33b9b Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 1 Nov 2019 18:11:08 -0700 Subject: Move checkstyle into the sanity_check phase and use a pre-baked image for running it (#936) * Move checkstyle into the sanity_check phase * add missing dependency * Switch to the pre-cooked image to avoid installing on every builds --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f24de854c..698c9f5e6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /CMakeLists.txt.user* /navit/android/cmake_plugin_settings.txt /nbproject/ +navit/android/checkstyle -- cgit v1.2.1