File tree 2 files changed +5
-4
lines changed
packages/commitlint-config 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ module.exports = {
29
29
'style' ,
30
30
'test'
31
31
]
32
- ] ,
33
- 'body-max-length' : [ 2 , 'always' , 72 ]
32
+ ]
34
33
}
35
34
}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import lint from '@commitlint/lint'
2
2
import cozyConfig from '.'
3
3
4
4
const rules = cozyConfig . rules
5
- const TOO_LONG =
6
- 'This is an invalid sentence since it has too much character !!!!!!!!!!!!!'
5
+ // const TOO_LONG =
6
+ // 'This is an invalid sentence since it has too much character !!!!!!!!!!!!!'
7
7
8
8
describe ( 'Commitlint Config Cozy' , ( ) => {
9
9
describe ( 'Header' , ( ) => {
@@ -56,6 +56,7 @@ describe('Commitlint Config Cozy', () => {
56
56
} )
57
57
} )
58
58
59
+ /*
59
60
describe('Body', () => {
60
61
it('respect max length', async () => {
61
62
const validBody = [`fix: Bar\n\nWith a small body`]
@@ -69,4 +70,5 @@ describe('Commitlint Config Cozy', () => {
69
70
}
70
71
})
71
72
})
73
+ */
72
74
} )
You can’t perform that action at this time.
0 commit comments