Added open-remote-wsl output folder to the exclude list for hygiene checks

This commit is contained in:
Joaquin Coromina 2025-03-08 05:48:15 -06:00
parent fe01285d58
commit 85009ab5b3

View file

@ -139,6 +139,7 @@ module.exports.indentationFilter = [
'!extensions/simple-browser/media/*.js',
'!extensions/open-remote-ssh/out/*.js', // Void added this
'!extensions/open-remote-wsl/out/*.js', // Void added this
];
module.exports.copyrightFilter = [