mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
Merge pull request #47767 from Microsoft/octref/hygiene-yarn-error
Exclude yarn-error from hygiene
This commit is contained in:
@@ -61,6 +61,7 @@ const indentationFilter = [
|
||||
// except multiple specific files
|
||||
'!**/package.json',
|
||||
'!**/yarn.lock',
|
||||
'!**/yarn-error.log',
|
||||
|
||||
// except multiple specific folders
|
||||
'!**/octicons/**',
|
||||
|
||||
Reference in New Issue
Block a user