Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始在我的项目中使用 gometalinter,当我运行它时,我想将输出保存到 XML 文件中。我运行命令gometalinter --checkstyle,但它只在控制台上打印。是否有标志或其他东西可以保存输出?
gometalinter --checkstyle
没有保存输出的标志,但你可以这样做
gometalinter --checkstyle > linterReport.xml