mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Fixes license headers test, adds them in
This commit is contained in:
@@ -63,10 +63,7 @@ export async function forEachRelevantFile(
|
||||
await pMap(
|
||||
gitFiles,
|
||||
async (file: string) => {
|
||||
if (
|
||||
FILES_TO_IGNORE.has(path.basename(file)) ||
|
||||
path.relative(rootPath, file).startsWith('components')
|
||||
) {
|
||||
if (FILES_TO_IGNORE.has(path.basename(file))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user