Explorar o código

Fix nonNull check
Fix spotbugs, in different location now

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

tobiasKaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
1acda97294
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/analysis/findbugs-up.rb

+ 1 - 1
scripts/analysis/findbugs-up.rb

@@ -18,7 +18,7 @@ TRAVIS_GIT_USERNAME = String.new("Drone CI server")
 #   lintOptions {
 #       htmlOutput file("[FILE_NAME].html")
 #   }
-FINDBUGS_REPORT_FILE = String.new("build/reports/spotbugs/spotbugs.html")
+FINDBUGS_REPORT_FILE = String.new("app/build/reports/spotbugs/spotbugs.html")
 
 # File name and relative path of previous results of this script.
 PREVIOUS_FINDBUGS_RESULTS_FILE=String.new("scripts/analysis/findbugs-results.txt")