Skip to content

Commit

Permalink
Fix gazelle warning when fuzzing_enabled is not provided (#7260)
Browse files Browse the repository at this point in the history
* adds fuzzing_enabled configurable files to gazelle ignore list
* more fine grained
  • Loading branch information
farazdagi committed Sep 17, 2020
1 parent 76bac74 commit e1e233a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/cache/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
load("@prysm//tools/go:def.bzl", "go_library")
load("@io_bazel_rules_go//go:def.bzl", "go_test")

# gazelle:ignore committee_disabled.go
go_library(
name = "go_default_library",
srcs = [
Expand Down

0 comments on commit e1e233a

Please sign in to comment.