Skip to content

Commit

Permalink
Added tidy_all and tidy_modified to bazel-starlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jul 19, 2023
1 parent 9d62fdf commit e24a22b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ tidy(
)

tidy_all(name = "tidy_all")
# tidy_modified(name = "tidy_modified")

tidy_all(
name = "tidy_modified",
mode = "modified",
)

# MARK: - Golang

Expand Down

0 comments on commit e24a22b

Please sign in to comment.