BUILD: Exclude third party notices from indentation filter (#187913)
parent
6a152ca523
commit
dc142e4cd1
|
@ -66,6 +66,7 @@ module.exports.indentationFilter = [
|
|||
|
||||
// except specific files
|
||||
'!**/ThirdPartyNotices.txt',
|
||||
'!**/ThirdPartyNotices.cli.txt',
|
||||
'!**/LICENSE.{txt,rtf}',
|
||||
'!LICENSES.chromium.html',
|
||||
'!**/LICENSE',
|
||||
|
|
Loading…
Reference in New Issue