load("@rules_scala_annex//rules:scalafmt.bzl", "scala_format_test") scala_format_test(name, srcs, scalafmt_toolchain_name)
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
srcs | The Scala files. | List of labels | optional | [] |
scalafmt_toolchain_name | The name of the Scalafmt configuration toolchain. | String | optional | "" |