Skip to content

Commit

Permalink
Exclude .git and _ci-configs at bazel's goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon committed Oct 7, 2020
1 parent ba9e8d1 commit cf91db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ goimports(
exclude_paths = [
"./vendor/*",
"./.history/*",
"./.git/*",
"./_ci-configs/*",
],
local = ["kubevirt.io"],
prefix = "kubevirt.io/kubevirt",
Expand Down

0 comments on commit cf91db3

Please sign in to comment.