Skip to content

Commit

Permalink
fix(format): don't bail check mode on first error (#185)
Browse files Browse the repository at this point in the history
fixes #97
  • Loading branch information
alexeagle authored Mar 27, 2024
1 parent fbf63b5 commit a5245ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ def format_multirun(name, **kwargs):
multirun(
name = name + ".check",
commands = [c + ".check" for c in commands],
keep_going = True,
)

0 comments on commit a5245ff

Please sign in to comment.