prysm-pulse/tools/analyzers/ineffassign/testdata/BUILD.bazel
Victor Farazdagi ecfdb354a7
Add new static analyzer: ineffassign (#7413)
* test defined

* first working impl

* register analyzer

* cleanup

* removes unused code

* secure rand in slasher/detection/testing

* Updates test

* fixes ineffassign type checks

* one more

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2020-10-02 23:56:18 +03:00

9 lines
259 B
Python

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["ctx_assignment.go"],
importpath = "github.com/prysmaticlabs/prysm/tools/analyzers/ineffassign/testdata",
visibility = ["//visibility:public"],
)