File tree 2 files changed +0
-93
lines changed
2 files changed +0
-93
lines changed Original file line number Diff line number Diff line change @@ -22,36 +22,6 @@ module.exports = {
22
22
pass = false
23
23
}
24
24
25
- {
26
- const result = / ^ ( .+ ?: ) [ ^ ] / . exec ( context . title )
27
- if ( result ) {
28
- context . report ( {
29
- id : id
30
- , message : 'Add a space after subsystem(s).'
31
- , string : context . title
32
- , line : 0
33
- , column : result [ 1 ] . length
34
- , level : 'fail'
35
- } )
36
- pass = false
37
- }
38
- }
39
-
40
- {
41
- const result = / \s \s / . exec ( context . title )
42
- if ( result ) {
43
- context . report ( {
44
- id : id
45
- , message : 'Do not use consecutive spaces in title.'
46
- , string : context . title
47
- , line : 0
48
- , column : result . index + 1
49
- , level : 'fail'
50
- } )
51
- pass = false
52
- }
53
- }
54
-
55
25
const result = / ^ ( .+ ?) : [ A - Z ] / . exec ( context . title )
56
26
if ( result ) {
57
27
context . report ( {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments