Skip to content

Commit 1de5ae6

Browse files
committed
build(flow): ignore config-chain/test/broken.json
Ignore invalid json files in flow config to prevent expected failures from producing errors. See facebook/flow#869
1 parent 800ece4 commit 1de5ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PROJECT_ROOT>/dll/.*
88
<PROJECT_ROOT>/release/.*
99
<PROJECT_ROOT>/.git/.*
10+
.*/node_modules/config-chain/test/broken.json
1011

1112
[include]
1213

0 commit comments

Comments
 (0)