diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2018-05-05 10:48:05 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2018-05-05 10:48:05 +0200 |
| commit | dfb49267771914d87b12ce8aa74354cb27969d9f (patch) | |
| tree | d2a5cac607b27b0812ff54bb4990c78a8ba94be1 | |
| parent | b436daa9f0aa004dc90dd7fbd61f39e9902bfa2d (diff) | |
Update flycheck android rules for blue
| -rw-r--r-- | emacs-blue | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -324,13 +324,16 @@ (string-match "/opera/head" buffer-file-name)) (require 'flycheck-android-experimental) (setq flycheck-android-java-checkstyle-jar - "../../chromium/src/third_party/checkstyle/checkstyle-6.5-all.jar" + "../../chromium/src/third_party/checkstyle/checkstyle-8.0-all.jar" flycheck-android-java-checkstyle-path "tools/checkstyle" flycheck-android-java-checkstyle-config "checkstyle-config-android.xml" flycheck-android-java-checkstyle-properties - "checkstyle.properties") + "checkstyle.properties" + flycheck-android-java-variant + "devArm7Debug" + flycheck-android-java-skip-gen t) (require 'google-c-style) (google-set-c-style) (setq c-file-style "Google") |
