[tor-commits] [orbot/master] Turn back on lint check for orbotservice
    n8fr8 at torproject.org 
    n8fr8 at torproject.org
       
    Wed Dec 22 21:55:09 UTC 2021
    
    
  
commit 0669e248e9d3021ffe71c2cc8626bcb6d495b2ba
Author: sisbell <shane.isbell at gmail.com>
Date:   Sun Aug 1 08:10:42 2021 -0700
    Turn back on lint check for orbotservice
---
 orbotservice/build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index a47c6baa..3543593b 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -23,10 +23,9 @@ android {
     }
 
 
-    //Note: abortOnError turned off to lint error - needs fix
     lintOptions {
         checkReleaseBuilds false
-        abortOnError false
+        abortOnError true
         htmlReport true
         xmlReport false
         textReport false
    
    
More information about the tor-commits
mailing list