diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-05-14 14:48:59 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-05-15 19:32:15 +0200 |
commit | ec2e5fc6bec201c9a116d44f1f06f5e015abb914 (patch) | |
tree | d5347ec3520f559690559487aca6122ca7b780f8 | |
parent | a4c98f5a62ed645569bd7461745278ba2f0b468f (diff) | |
download | qtlocation-mapboxgl-ec2e5fc6bec201c9a116d44f1f06f5e015abb914.tar.gz |
[android] - add nitpick validation to make android-check
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -738,7 +738,7 @@ test-code-android: # Runs checkstyle and lint on the Android code .PHONY: android-check -android-check : android-checkstyle android-lint-sdk android-lint-test-app +android-check : android-checkstyle run-android-nitpick android-lint-sdk android-lint-test-app # Runs checkstyle on the Android code .PHONY: android-checkstyle |