fix bazel rules for formatter (#563)

This commit is contained in:
Dave Cunningham 2021-09-08 11:18:01 +01:00 committed by GitHub
parent dde866ffbb
commit c187d5b373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,18 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"add_plus_object.go",
"enforce_comment_style.go",
"enforce_max_blank_lines.go",
"enforce_string_style.go",
"fix_indentation.go",
"fix_newlines.go",
"fix_parens.go",
"fix_plus_object.go",
"fix_trailing_commas.go",
"jsonnetfmt.go",
"no_redundant_slice_colon.go",
"pretty_field_names.go",
"remove_plus_object.go",
"sort_imports.go",
"strip.go",
"unparser.go",