@@ -20,8 +20,8 @@ if (!key) {
20
20
const sheetData = `https://sheets.googleapis.com/v4/spreadsheets/${ sheetID } /values/Sheet1!A2:A?key=${ key } ` ;
21
21
22
22
const { values, positionals } = require ( 'util' ) . parseArgs ( {
23
- allowPositionals : true ,
24
- strict : true ,
23
+ allowPositionals : true ,
24
+ strict : true ,
25
25
} ) ;
26
26
if ( positionals . length < 1 || positionals . length > 2 ) {
27
27
throw 'usage: node check-form.js <slug> [ref]' ;
@@ -108,11 +108,11 @@ const legacyCommitsWithUnknownAuthors = new Set([
108
108
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb' , // https://github.com/tc39/ecma262/pull/3127, user account deactivated
109
109
'aada40840dc152d4759b0e3353542e971db08ee7' , // tutizaraz (signed) renamed their account to riwom -> dbarabashh
110
110
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb' , // https://github.com/tc39/ecma262/pull/3377, bojavou has not signed the form
111
- 'f55b180957aa626ef8f87311e2e3b469dff0bf17' , // rbuckton, microsoft email detached
112
- 'fc03120c4abd8883b424a3864040f9101c022c24' , // rbuckton, microsoft email detached
113
- '0209d8571b41e1c7dd18befd2ba45312680d6fcd' , // rbuckton, microsoft email detached
114
- '51e28c71cea1c73e3f22a007a058ebbf5ebc06aa' , // rbuckton, microsoft email detached
115
- 'aab1ea3bd4d03c85d6f4a91503b4169346ab727 ', // rbuckton, microsoft email detached
111
+ 'f55b180957aa626ef8f87311e2e3b469dff0bf17' , // rbuckton, microsoft email detached
112
+ 'fc03120c4abd8883b424a3864040f9101c022c24' , // rbuckton, microsoft email detached
113
+ '0209d8571b41e1c7dd18befd2ba45312680d6fcd' , // rbuckton, microsoft email detached
114
+ '51e28c71cea1c73e3f22a007a058ebbf5ebc06aa' , // rbuckton, microsoft email detached
115
+ 'aab1ea3bd4d03c85d6f4a91503b4169346ab7271 ', // rbuckton, microsoft email detached
116
116
117
117
] ) ;
118
118
0 commit comments