From f41cbcd429c9e0023e05f8f8dd9d33ca090a1ef1 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 12 Sep 2019 10:09:21 -0700 Subject: [PATCH] Add land-time eslint job Summary: This will block us from landing eslint-failing tests. Reviewed By: jknoxville Differential Revision: D17342861 fbshipit-source-id: a42e3bc3fffe8f24420203f399fb702907069132 --- scripts/eslint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eslint.sh b/scripts/eslint.sh index 8f58ecf0a..04f24cfb0 100755 --- a/scripts/eslint.sh +++ b/scripts/eslint.sh @@ -12,7 +12,7 @@ ROOT_DIR=$(cd "$THIS_DIR" && hg root) cd "$ROOT_DIR/xplat/sonar" -# Sonar's Electron dependency downloads itself via a post-install script. +# Flipper's Electron dependency downloads itself via a post-install script. # When running in Sandcastle or devservers, the module install will fail # because we can't reach the internet. Setting the fwdproxy is dangerous, so # the next best thing is to install the modules with `--ignore-scripts`.