代码拉取完成,页面将自动刷新
同步操作将从 lixiaoyong/yocto-meta-openeuler 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# All these sections are optional, edit this file as you like.
[general]
ignore=T1, T2, T3, T8, B1, B2, B4, B6
# verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this
verbosity = 3
# By default gitlint will ignore merge commits. Set to 'false' to disable.
ignore-merge-commits=true
ignore-revert-commits=false
ignore-fixup-commits=false
ignore-squash-commits=false
# Enable debug mode (prints more output). Disabled by default
debug = false
# Set the extra-path where gitlint will search for user defined rules
# See http://jorisroovers.github.io/gitlint/user_defined_rules for details
extra-path=scripts/gitlint
#################### Title #####################
[title-length]
line-max-length-no-revert = 80
line-max-length-revert = 102
[title-must-not-contain-word]
# Comma-separated list of words that should not occur in the title. Matching is case
# insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING"
# will not cause a violation, but "WIP: my title" will.
# words=wip
[title-match-regex]
# python like regex (https://docs.python.org/2/library/re.html) that the
# commit-msg title must be matched to.
# Note that the regex can contradict with other rules if not used correctly
# (e.g. title-must-not-contain-word).
#regex=^\S.*(:\s)[A-Z]+.*[^.,?!]$
#################### Body And Footer#####################
[body-and-footer-max-line-count]
max-line-count-in-body = 100
max-line-count-in-footer = 20
[body-min-length]
min-length = 15
[body-or-footer-line-length]
max-line-length-no-url-in-body = 100
max-line-length-no-url-in-footer = 100
[title-or-message-contains-chinese]
contains-chinese = .*[\u4e00-\u9fa5]+.*
[link-in-footer-check]
#Turn off this check by setting option:
#prefix-for-closes-tag = disabled
prefix-for-closes-tag = https://gitee.com/openeuler/
[body-changed-file-mention]
# List of files that need to be explicitly mentioned in the body when they are changed
# This is useful for when developers often erroneously edit certain files or git submodules.
# By specifying this rule, developers can only change the file when they explicitly reference
# it in the commit message.
#files=gitlint/rules.py,README.md
[body-match-regex]
# Ensure the body ends with Reviewed-By: <some value>
# regex=Reviewed-By:(.*)$
# Ensure body contains the word "Foo" somewhere
# regex=(*.)Foo(.*)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。