We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37af3a8 commit 3d3dec7Copy full SHA for 3d3dec7
1 file changed
test/rules/line-length.js
@@ -130,12 +130,12 @@ https://${'very-'.repeat(80)}-long-url.org/
130
})
131
132
t.test('Co-author lines', (tt) => {
133
- const sha = 'f1496de5a7d5474e39eafaafe6f79befe5883a5b';
+ const sha = 'f1496de5a7d5474e39eafaafe6f79befe5883a5b'
134
const author = {
135
name: 'Jacob Smith',
136
email: '3012099+JakobJingleheimer@users.noreply.github.com',
137
date: '2025-12-22T09:40:42Z'
138
- };
+ }
139
140
const v = new Validator()
141
const bad = new Commit({
0 commit comments