Skip to content

Instantly share code, notes, and snippets.

@operando
Created October 18, 2014 15:14
Show Gist options
  • Save operando/9a4e9a622e5978155377 to your computer and use it in GitHub Desktop.
Save operando/9a4e9a622e5978155377 to your computer and use it in GitHub Desktop.
【Android】コマンドラインから使うLint ref: http://qiita.com/operandoOS/items/1318ca9fca5c238e2e02
lint <アプリケーションのDirectory>
lint <アプリケーションのDirectory> --html <出力ファイル名>.html
lint <アプリケーションのDirectory> --simplehtml <出力ファイル名>.html
Scanning debug: .
Scanning debug (Phase 2):
Scanning main: ................
Scanning main (Phase 2): ...............
Scanning debug: .
Scanning debug (Phase 2):
// Windows
lint <アプリケーションのDirectory> --fullpath --quiet --html lint_%date:~0,4%%date:~5,2%%date:~8,2%-%time:~0,2%%time:~3,2%%time:~6,2%.html
// Linux・Mac
lint <アプリケーションのDirectory> --fullpath --quiet --html lint_$(date +"%Y%m%d-%H%M%S").html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment