Add URL for more info

Summary: Added a wiki page with some more strict mode info.

Reviewed By: danielbuechele

Differential Revision: D17112391

fbshipit-source-id: 53b9e8d417eb9f41adecab42fbf912b999a0c9c3
This commit is contained in:
Pascal Hartig
2019-09-02 07:00:53 -07:00
committed by Facebook Github Bot
parent ffb505ce4c
commit f6dd4c227f

View File

@@ -82,6 +82,7 @@ handleRes cur prev = do
if delta > 0 then do
eprintf ("TSC Strict Mode regression. "%d%" new violations introduced:\n") delta
forM_ (errors cur \\ errors prev) $ eprintf ("- "%w%"\n")
eprintf "Please visit https://fburl.com/strictflipper for more information.\n"
return $ ExitFailure 1
else do
printf ("TSC Strict Mode test passed. Delta: "%d%"\n") delta