Fixes license headers test, adds them in
This commit is contained in:
parent
e7be409961
commit
b72d7b436e
8 changed files with 22 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue