1 Star 0 Fork 0

Jenkins中文社区/gitlab-branch-source-plugin

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
checkstyle.xml 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joseph Petersen 提交于 2019-06-07 04:40 +08:00 . add checkstyle
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="FileTabCharacter" />
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf" />
</module>
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="message" value="Trailing spaces are not allowed."/>
</module>
<module name="TreeWalker">
<module name="ImportOrder">
<property name="separatedStaticGroups" value="true" />
<property name="option" value="bottom" />
</module>
<module name="UnusedImports" />
<module name="AvoidStarImport" />
</module>
</module>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jenkins-zh/gitlab-branch-source-plugin.git
git@gitee.com:jenkins-zh/gitlab-branch-source-plugin.git
jenkins-zh
gitlab-branch-source-plugin
gitlab-branch-source-plugin
master

搜索帮助