Disable flow for pkg-lib and lib output folders (#1030)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/1030 Currently flow linter is failing on GitHub. This diff disables flow for pkg-lib and lib output folders where it is failing currently. Reviewed By: passy Differential Revision: D21129580 fbshipit-source-id: 71f28c8bd0d4b7293bdc8f1be943b5fd77b6b444
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b372575d8e
commit
eb34b2f6e3
@@ -6,9 +6,11 @@
|
|||||||
.*\.ts
|
.*\.ts
|
||||||
.*/node_modules/.*
|
.*/node_modules/.*
|
||||||
<PROJECT_ROOT>/scripts/.*
|
<PROJECT_ROOT>/scripts/.*
|
||||||
|
<PROJECT_ROOT>/desktop/.*/lib/.*
|
||||||
<PROJECT_ROOT>/desktop/scripts/.*
|
<PROJECT_ROOT>/desktop/scripts/.*
|
||||||
<PROJECT_ROOT>/desktop/static/.*
|
<PROJECT_ROOT>/desktop/static/.*
|
||||||
<PROJECT_ROOT>/desktop/pkg/.*
|
<PROJECT_ROOT>/desktop/pkg/.*
|
||||||
|
<PROJECT_ROOT>/desktop/pkg-lib/.*
|
||||||
<PROJECT_ROOT>/desktop/doctor/.*
|
<PROJECT_ROOT>/desktop/doctor/.*
|
||||||
<PROJECT_ROOT>/desktop/app/.*
|
<PROJECT_ROOT>/desktop/app/.*
|
||||||
<PROJECT_ROOT>/desktop/babel-transformer/.*
|
<PROJECT_ROOT>/desktop/babel-transformer/.*
|
||||||
|
|||||||
Reference in New Issue
Block a user