We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16a45 commit 1322b6eCopy full SHA for 1322b6e
tools/validate-licenses/validate-licenses.ts
@@ -57,7 +57,10 @@ const ignoredPackages: PackageID[] = [
57
'gitconfiglocal@1.0.0',
58
59
// https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/LICENSE
60
- '@cspell/dict-en-common-misspellings@2.0.11'
+ '@cspell/dict-en-common-misspellings@2.0.11',
61
+
62
+ // https://github.com/bramstein/url-template?tab=BSD-3-Clause-1-ov-file
63
+ 'url-template@2.0.8'
64
];
65
66
// Normalizes the license string to a standard SPDX identifier, handling possible asterisks from guessed licenses.
0 commit comments