Browse Source

revert test

tobiasKaminsky 7 years ago
parent
commit
1da39384d8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      scripts/lint/lint-up.rb

+ 2 - 3
scripts/lint/lint-up.rb

@@ -56,11 +56,10 @@ end
 
 # run Lint
 puts "running Lint..."
-# system './gradlew clean lint'
+system './gradlew clean lint'
 
 # confirm that Lint ran w/out error
-result = 0
-#result = $?.to_i
+result = $?.to_i
 if result != 0
     puts "FAIL: failed to run ./gradlew clean lint"
     exit 1