From 882ed330e6e7761f482f9bfa771cc6693e0f8008 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 4 Oct 2019 19:03:07 -0700 Subject: nogo: enable sanitizers. This enables all relevant santizers (though most analyzers will not find much, it will prevent instances from creeping in), and codifies existing exceptions in tools/nogo.js to be fixed. --- tools/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/BUILD') diff --git a/tools/BUILD b/tools/BUILD index e73a9c885..ba3506c04 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -1,3 +1,3 @@ package(licenses = ["notice"]) -exports_files(["nogo.js"]) +exports_files(["nogo.json"]) -- cgit v1.2.3