mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-05 20:16:12 +02:00
fix bazel rules for formatter (#563)
This commit is contained in:
parent
dde866ffbb
commit
c187d5b373
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user