Skip to content

Commit

Permalink
scalafix_runner.bzl modified
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Nov 23, 2024
1 parent 5ceac73 commit d9718af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/scalafix/scalafix_runner.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ scalafix_runner = rule(
"targets": attr.label_list(mandatory=True, allow_files=False),
"excluded_targets": attr.label_list(default=[], allow_files=False),
},
executable=True, # Mark this rule as producing an executable
executable=True,
)

0 comments on commit d9718af

Please sign in to comment.