Skip to content

Commit e000526

Browse files
committed
fix: exclude lib/ source from spell checker
TypeScript source has domain terms (jpeg, grayscale, srgb, etc.) that aren't worth spell-checking. Only prose docs matter.
1 parent ac77d5c commit e000526

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/spell-check/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ yarn-1.19.0.js$
1818
\.node$
1919
(?:^|/)node_modules/
2020
(?:^|/)dist/
21+
(?:^|/)lib/
2122
(?:^|/)__snapshots__/
2223
^\.github/workflows/
2324
^\.npmignore$

0 commit comments

Comments
 (0)