style(dev-infra): enforce format on newly included files (#36940)
Historically files to be formatted were added to a listing (via matchers) to be included in formatting. Instead, this change begins efforts to instead include all files in format enforcement, relying instead on an opt out methodology. PR Close #36940
This commit is contained in:

committed by
Misko Hevery

parent
45a8f340d9
commit
fcd934ccf6
2
scripts/github/utils/github_closes.js
Executable file → Normal file
2
scripts/github/utils/github_closes.js
Executable file → Normal file
@ -28,7 +28,7 @@ if (require.main === module) {
|
||||
|
||||
function rewriteMsg(msg, prNo) {
|
||||
var lines = msg.split(/\n/);
|
||||
lines[0] += ' (#' + prNo +')';
|
||||
lines[0] += ' (#' + prNo + ')';
|
||||
lines.push('PR Close #' + prNo);
|
||||
return lines.join('\n');
|
||||
}
|
||||
|
Reference in New Issue
Block a user