考慮這個一段代碼: def test():
"""This line is longer than 80 chars, but, for me this is ok inside a DOCSTRING,
this one is shorter.
"""
if 'This is toooooooooooooooooooooooooooooooooooo l
我有一個基於gradle的android studio項目。我已經安裝了IntelliJ IDEA 14 CE。現在我想用命令檢查代碼質量。這可能嗎?真正的問題是,您是否可以使用IntelliJ IDEA 14 CE對完成的項目進行代碼分析。請給一個解決方案。 EDIT 如果這是不可能的是有可能使用一個外殼命令來操作代碼分析的任何其它工具。我需要基於命令的代碼檢查,當我將項目與持續集成服務器(Te