Exclude product.overrides from hygiene (#211396)

This commit is contained in:
Matt Bierner 2024-04-25 18:18:09 -07:00 committed by GitHub
parent f6d0e7f6aa
commit f86d0f7324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ module.exports.indentationFilter = [
'!resources/linux/snap/electron-launch',
'!build/ext.js',
'!build/npm/gyp/patches/gyp_spectre_mitigation_support.patch',
'!product.overrides.json',
// except specific folders
'!test/automation/out/**',