文件名称:checkstyle-poc:演示仓库在升级期间检查样式的更改
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-05 19:11:58
Java
示例存储库,以演示6.x版和8.9版之间checkstyle导入顺序检查的差异。 在旧版本中,导入分离没有错误,而在新版本中,这被标记为违规。 要查看原始行为,请运行 mvn checkstyle:checkstyle -Dcheckstyle.consoleOutput=true 要查看新的违规,请运行 mvn checkstyle:checkstyle -Dcheckstyle.consoleOutput=true -Pcheckstyle8 报告的错误将类似于以下内容(本地文件路径可能不同): [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (default-cli) @ checkstyle-poc --- [WARNING] File encoding has not been set, using platfor
【文件预览】:
checkstyle-poc-master
----pom.xml(2KB)
----src()
--------main()
----.gitignore(19B)
----README.md(2KB)