Skip to content

Commit d7c76aa

Browse files
fixup!: de-lint
1 parent 5004df9 commit d7c76aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/rules/line-length.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,14 @@ https://${'very-'.repeat(80)}-long-url.org/
136136
author: {
137137
name: 'Jacob Smith',
138138
139-
date: '2025-12-22T09:40:42Z',
139+
date: '2025-12-22T09:40:42Z'
140140
},
141141
message: `
142142
fixup!: apply case-insensitive suggestion
143143
Co-authored-by: Michaël Zasso <[email protected]>
144-
`,
144+
`
145145
}, v)
146146

147-
148147
context.report = (opts) => {
149148
tt.pass('called report')
150149
tt.equal(opts.id, 'line-length', 'id')

0 commit comments

Comments
 (0)