Created
October 18, 2014 15:14
-
-
Save operando/9a4e9a622e5978155377 to your computer and use it in GitHub Desktop.
【Android】コマンドラインから使うLint ref: http://qiita.com/operandoOS/items/1318ca9fca5c238e2e02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lint <アプリケーションのDirectory> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lint <アプリケーションのDirectory> --html <出力ファイル名>.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lint <アプリケーションのDirectory> --simplehtml <出力ファイル名>.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scanning debug: . | |
Scanning debug (Phase 2): | |
Scanning main: ................ | |
Scanning main (Phase 2): ............... | |
Scanning debug: . | |
Scanning debug (Phase 2): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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