Skip to content

Commit

Permalink
Update spotbugs.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mgalindo authored Oct 4, 2024
1 parent 75669c5 commit dddc5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/private/spotbugs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def _spotbugs_impl(ctx):

if len(baseline_files) > 0:
baseline_file = baseline_files[0].files.to_list()[0]
print(baseline_file)
flags.extend(["-excludeBugs", baseline_file.short_path])
runfiles.append(baseline_file)

Expand Down

0 comments on commit dddc5da

Please sign in to comment.