Question: Is it possible to name BUILD files somet...
# general
d
Question: Is it possible to name BUILD files something other than
BUILD
? Is there some config property in
pants.toml
I could change to make this happen?
r
I use something like this:
Copy code
[GLOBAL]
pants_version = "2.21.0"
[...]
build_patterns = ["BUILD", "BUILD.*", "*.BUILD"]
d
Awesome. Thank you!