File tree 3 files changed +19
-13
lines changed
3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change
1
+ # Used by the Ignore false-positives
2
+
3
+ [files ]
4
+ extend-exclude = [
5
+ " *.snap" ,
6
+ " apps/rollup-example/lotsOfStyles.js" ,
7
+ " apps/rollup-example/lotsOfStylesDynamic.js" ,
8
+ " packages/babel-plugin/__tests__/" , # False positives on hashed object-key names
9
+ " packages/shared/__tests__/" , # False positives on hashed object-key names
10
+ " flow-typed/*" ,
11
+ ]
12
+
13
+ [default .extend-words ]
14
+ # Ignore false-positives
15
+ stylex = " stylex"
Original file line number Diff line number Diff line change 1
- name : Spell Check
1
+ name : Spell Check
2
2
on :
3
3
pull_request :
4
4
push :
12
12
- name : Checkout Actions Repository
13
13
uses : actions/checkout@v4
14
14
- name : Check spelling
15
- uses : crate-ci/typos@master
15
+ uses : crate-ci/typos@master
16
+ with :
17
+ config : .github/workflows/typos.toml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments