Skip to content

Commit

Permalink
Merge pull request #379 from bjaglin/inputtask-weird
Browse files Browse the repository at this point in the history
document weird behavior
  • Loading branch information
bjaglin authored Nov 12, 2023
2 parents f27ea8b + a08d3d2 commit 3a9fe59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/sbt-test/sbt-scalafix/explicit-files/test
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
> scalafix -f=src/main/scala/OK.scala


# QUESTIONNABLE USAGES
# --------------------

# Targeting valid files from an aggregated project succeeds:
# only the project for which the `--files` value is valid runs the invocation
> scalafix -f=ok_and_ko/src/main/scala/OK.scala

# Targeting valid files both from an aggregating project and from one of its aggregated project fails:
# no project can validate both `--files` value, so the aggregating project shows the failure
-> scalafix -f=ok_and_ko/src/main/scala/OK.scala -f=src/main/scala/OK.scala


# INCORRECT USAGES
# ----------------

Expand Down

0 comments on commit 3a9fe59

Please sign in to comment.