fix: cleanup typos with typos:off/on comments (#7301)

* fix: cleanup typos with typos:off/on comments

* tombi

* bump tombi version
This commit is contained in:
aecsocket
2026-08-25 15:18:27 +00:00
committed by GitHub
parent bb35950340
commit e33ef5f252
9 changed files with 28 additions and 65 deletions
+2
View File
@@ -19,6 +19,7 @@ export function expandVariables(
}
export const licensesNotRequiringSource: string[] = [
// typos:off
'LicenseRef-All-Rights-Reserved',
'Apache-2.0',
'BSD-2-Clause',
@@ -33,6 +34,7 @@ export const licensesNotRequiringSource: string[] = [
'ISC',
'MIT',
'Zlib',
// typos:on
]
export const licensesRequiringSource: string[] = [