文件名称:prlint:GitHub应用程序,用于整理拉取请求元数据
文件大小:507KB
文件格式:ZIP
更新时间:2024-02-19 18:19:28
continuous-integration linter pull-requests github-app Continuousintegration
打印 GitHub应用程序,用于拉取请求 问题 您希望您的拉取请求在标题,描述,分支名称,标签,里程碑等方面具有一致的约定。 这个解决方案 PRLint将使您可以对请求请求元数据运行正则表达式。 然后,可以在合并请求之前启用PRLint状态检查。 屏幕截图 规则范例 .github/prlint.json { "title" : [ { "pattern" : "^(build|ci|docs|feat|fix|perf|refactor|style|test):\\s" , "message" : "Your title needs to be prefixed with a topic" } ] , "body" : [ { "pattern" : "JIRA-\\d{1,4}" , "flags" : [ "i" ] , "message" : "You need a JIRA ticket in your description" } , { "patt
【文件预览】:
prlint-master
----.travis.yml(923B)
----.eslintrc(64B)
----.nvmrc(8B)
----.lintstagedrc(136B)
----package.json(1KB)
----.github()
--------prlint.json(171B)
----test()
--------prlint-config-sample.json(428B)
--------test.js(11KB)
--------payload-failure.json(23KB)
--------payload-normal.json(23KB)
--------setupErrorReporting.test.js(480B)
--------payload-closed.json(24KB)
----.prettierrc(93B)
----.prettierignore(7B)
----assets()
--------screenshot-install.png(5KB)
--------logomark-source-noun_176538_cc.svg(3KB)
--------demo.gif(331KB)
--------screenshot-success.png(42KB)
--------logomark.svg(4KB)
--------screenshot-error.png(47KB)
--------logomark-stylized.svg(4KB)
--------logomark.png(8KB)
----now.json(220B)
----pretest.sh(98B)
----LICENSE(1KB)
----.env.sample(2KB)
----CONTRIBUTING.md(86B)
----src()
--------setupErrorReporting.js(676B)
--------app.js(9KB)
--------utils()
----.all-contributorsrc(515B)
----.gitignore(46B)
----.codeclimate.yml(103B)
----README.md(5KB)
----yarn.lock(196KB)