KC's Workspace
Github
Preparing search index...
@kcconfigs/commitlint
<internal>
RulesConfig
Type Alias RulesConfig<V>
type
RulesConfig
<
V
=
User
>
=
{
"body-case"
:
CaseRuleConfig
<
V
>
;
"body-empty"
:
RuleConfig
<
V
>
;
"body-full-stop"
:
RuleConfig
<
V
,
string
>
;
"body-leading-blank"
:
RuleConfig
<
V
>
;
"body-max-length"
:
LengthRuleConfig
<
V
>
;
"body-max-line-length"
:
LengthRuleConfig
<
V
>
;
"body-min-length"
:
LengthRuleConfig
<
V
>
;
"breaking-change-exclamation-mark"
:
CaseRuleConfig
<
V
>
;
"footer-empty"
:
RuleConfig
<
V
>
;
"footer-leading-blank"
:
RuleConfig
<
V
>
;
"footer-max-length"
:
LengthRuleConfig
<
V
>
;
"footer-max-line-length"
:
LengthRuleConfig
<
V
>
;
"footer-min-length"
:
LengthRuleConfig
<
V
>
;
"header-case"
:
CaseRuleConfig
<
V
>
;
"header-full-stop"
:
RuleConfig
<
V
,
string
>
;
"header-max-length"
:
LengthRuleConfig
<
V
>
;
"header-min-length"
:
LengthRuleConfig
<
V
>
;
"header-trim"
:
RuleConfig
<
V
>
;
"references-empty"
:
RuleConfig
<
V
>
;
"scope-case"
:
CaseRuleConfig
<
V
>
;
"scope-empty"
:
RuleConfig
<
V
>
;
"scope-enum"
:
EnumRuleConfig
<
V
>
;
"scope-max-length"
:
LengthRuleConfig
<
V
>
;
"scope-min-length"
:
LengthRuleConfig
<
V
>
;
"signed-off-by"
:
RuleConfig
<
V
,
string
>
;
"subject-case"
:
CaseRuleConfig
<
V
>
;
"subject-empty"
:
RuleConfig
<
V
>
;
"subject-full-stop"
:
RuleConfig
<
V
,
string
>
;
"subject-max-length"
:
LengthRuleConfig
<
V
>
;
"subject-min-length"
:
LengthRuleConfig
<
V
>
;
"trailer-exists"
:
RuleConfig
<
V
,
string
>
;
"type-case"
:
CaseRuleConfig
<
V
>
;
"type-empty"
:
RuleConfig
<
V
>
;
"type-enum"
:
EnumRuleConfig
<
V
>
;
"type-max-length"
:
LengthRuleConfig
<
V
>
;
"type-min-length"
:
LengthRuleConfig
<
V
>
;
[
key
:
string
]:
AnyRuleConfig
<
V
>
;
}
Type Parameters
V
=
User
Indexable
[
key
:
string
]:
AnyRuleConfig
<
V
>
Index
Properties
body-
case
body-
empty
body-
full-
stop
body-
leading-
blank
body-
max-
length
body-
max-
line-
length
body-
min-
length
breaking-
change-
exclamation-
mark
footer-
empty
footer-
leading-
blank
footer-
max-
length
footer-
max-
line-
length
footer-
min-
length
header-
case
header-
full-
stop
header-
max-
length
header-
min-
length
header-
trim
references-
empty
scope-
case
scope-
empty
scope-
enum
scope-
max-
length
scope-
min-
length
signed-
off-
by
subject-
case
subject-
empty
subject-
full-
stop
subject-
max-
length
subject-
min-
length
trailer-
exists
type-
case
type-
empty
type-
enum
type-
max-
length
type-
min-
length
Properties
body-
case
"body-case"
:
CaseRuleConfig
<
V
>
body-
empty
"body-empty"
:
RuleConfig
<
V
>
body-
full-
stop
"body-full-stop"
:
RuleConfig
<
V
,
string
>
body-
leading-
blank
"body-leading-blank"
:
RuleConfig
<
V
>
body-
max-
length
"body-max-length"
:
LengthRuleConfig
<
V
>
body-
max-
line-
length
"body-max-line-length"
:
LengthRuleConfig
<
V
>
body-
min-
length
"body-min-length"
:
LengthRuleConfig
<
V
>
breaking-
change-
exclamation-
mark
"breaking-change-exclamation-mark"
:
CaseRuleConfig
<
V
>
footer-
empty
"footer-empty"
:
RuleConfig
<
V
>
footer-
leading-
blank
"footer-leading-blank"
:
RuleConfig
<
V
>
footer-
max-
length
"footer-max-length"
:
LengthRuleConfig
<
V
>
footer-
max-
line-
length
"footer-max-line-length"
:
LengthRuleConfig
<
V
>
footer-
min-
length
"footer-min-length"
:
LengthRuleConfig
<
V
>
header-
case
"header-case"
:
CaseRuleConfig
<
V
>
header-
full-
stop
"header-full-stop"
:
RuleConfig
<
V
,
string
>
header-
max-
length
"header-max-length"
:
LengthRuleConfig
<
V
>
header-
min-
length
"header-min-length"
:
LengthRuleConfig
<
V
>
header-
trim
"header-trim"
:
RuleConfig
<
V
>
references-
empty
"references-empty"
:
RuleConfig
<
V
>
scope-
case
"scope-case"
:
CaseRuleConfig
<
V
>
scope-
empty
"scope-empty"
:
RuleConfig
<
V
>
scope-
enum
"scope-enum"
:
EnumRuleConfig
<
V
>
scope-
max-
length
"scope-max-length"
:
LengthRuleConfig
<
V
>
scope-
min-
length
"scope-min-length"
:
LengthRuleConfig
<
V
>
signed-
off-
by
"signed-off-by"
:
RuleConfig
<
V
,
string
>
subject-
case
"subject-case"
:
CaseRuleConfig
<
V
>
subject-
empty
"subject-empty"
:
RuleConfig
<
V
>
subject-
full-
stop
"subject-full-stop"
:
RuleConfig
<
V
,
string
>
subject-
max-
length
"subject-max-length"
:
LengthRuleConfig
<
V
>
subject-
min-
length
"subject-min-length"
:
LengthRuleConfig
<
V
>
trailer-
exists
"trailer-exists"
:
RuleConfig
<
V
,
string
>
type-
case
"type-case"
:
CaseRuleConfig
<
V
>
type-
empty
"type-empty"
:
RuleConfig
<
V
>
type-
enum
"type-enum"
:
EnumRuleConfig
<
V
>
type-
max-
length
"type-max-length"
:
LengthRuleConfig
<
V
>
type-
min-
length
"type-min-length"
:
LengthRuleConfig
<
V
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body-
case
body-
empty
body-
full-
stop
body-
leading-
blank
body-
max-
length
body-
max-
line-
length
body-
min-
length
breaking-
change-
exclamation-
mark
footer-
empty
footer-
leading-
blank
footer-
max-
length
footer-
max-
line-
length
footer-
min-
length
header-
case
header-
full-
stop
header-
max-
length
header-
min-
length
header-
trim
references-
empty
scope-
case
scope-
empty
scope-
enum
scope-
max-
length
scope-
min-
length
signed-
off-
by
subject-
case
subject-
empty
subject-
full-
stop
subject-
max-
length
subject-
min-
length
trailer-
exists
type-
case
type-
empty
type-
enum
type-
max-
length
type-
min-
length
Github
KC's Workspace
Loading...