diff-check:基于checkstyle,pmd和jacoco的增量代码检查工具

时间:2021-04-04 11:17:30
【文件属性】:
文件名称:diff-check:基于checkstyle,pmd和jacoco的增量代码检查工具
文件大小:88KB
文件格式:ZIP
更新时间:2021-04-04 11:17:30
git diff pmd checkstyle jacoco 差异检查 介绍 使用代码检查工具扫描项目时,它将立即在每个文件中输出所有问题。 这使得在清除所有现有问题之前,很难对正在开发的代码进行有效的检查。 为了解决这一难题,我扩展了包括checkstyle,PMD和jacoco在内的那些工具,使其仅对增量的代码行更改进行扫描。 用法 将提交提交到存储库时运行样式和缺陷检查 您可以运行以下命令来安装检查工具 # Download the install.sh curl https://raw.githubusercontent.com/yangziwen/diff-check/master/hooks/install.sh > install.sh # Install the hook to a specified git repository sh install.sh --repo-path= ${the_absolute_path_of
【文件预览】:
diff-check-master
----diff-jacoco-maven-plugin()
--------src()
--------README.md(2KB)
--------pom.xml(10KB)
----diff-pmd()
--------src()
--------pom.xml(4KB)
----.travis.yml(112B)
----README_CN.md(4KB)
----LICENSE(26KB)
----README.md(6KB)
----diff-core()
--------src()
--------pom.xml(2KB)
----pom.xml(7KB)
----diff-checkstyle()
--------src()
--------pom.xml(3KB)
----hooks()
--------pre-commit(201B)
--------install.sh(3KB)
--------pre-commit-checkstyle(1KB)
--------pre-commit-pmd(1KB)
----.gitignore(84B)

网友评论