From bebd6c589a77f910af458dfc9f132c9e56ae0517 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Tue, 24 Apr 2018 16:21:33 -0700 Subject: [PATCH] Add fsnotify_linux to ppx_deriving blacklist Summary: Closes https://github.com/facebook/flow/pull/6202 Differential Revision: D7748468 Pulled By: mroch fbshipit-source-id: 6da0e1f74879111914c526a5934c1b70569171f2 --- hphp/hack/src/_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hphp/hack/src/_tags b/hphp/hack/src/_tags index 43fd393afce3a..2d3e2c44ff627 100644 --- a/hphp/hack/src/_tags +++ b/hphp/hack/src/_tags @@ -14,4 +14,4 @@ : warn(-27) : warn(-32-41) : warn(-27) -not <{dfind,find,globals,heap,injection,procs,search,socket,third-party,utils,fsevents,fsnotify_darwin,stubs}/**/*>: package(ppx_deriving.std), package(visitors.ppx), package(visitors.runtime) +not <{dfind,find,globals,heap,injection,procs,search,socket,third-party,utils,fsevents,fsnotify_darwin,fsnotify_linux,stubs}/**/*>: package(ppx_deriving.std), package(visitors.ppx), package(visitors.runtime)