From: Josh Bleecher Snyder Date: Sat, 10 Sep 2016 22:24:28 +0000 (-0700) Subject: cmd/vet/all/whitelist: add readme.txt X-Git-Tag: go1.8beta1~1398 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8e84a5dd47d5c27e83f40439a4240a7504134039;p=gostls13.git cmd/vet/all/whitelist: add readme.txt This was written for CL 27811, but it got lost in the sea of new files. Change-Id: I5c52cb23dda499b21a6bb32ed5c586779ccbc2f1 Reviewed-on: https://go-review.googlesource.com/28960 Reviewed-by: Rob Pike --- diff --git a/src/cmd/vet/all/whitelist/readme.txt b/src/cmd/vet/all/whitelist/readme.txt new file mode 100644 index 0000000000..4f83757dbc --- /dev/null +++ b/src/cmd/vet/all/whitelist/readme.txt @@ -0,0 +1,4 @@ +This directory contains whitelists for vet complaints about the standard library and commands. +They are line-based and unordered, although counts of duplicated lines matter. +Each line matches vet's output, except that line numbers are removed to avoid churn. +There are also os-, arch-, and bitwidth-specific whitelists.