I feel like I'm missing something. I've added a co...
# plugins
e
I feel like I'm missing something. I've added a couple of macros, (creating
docker_image
targets), and now I have lint errors because the symbol is undefined (same for
env
) This seems it would be a pretty common issue, so I must have missed a doc somewhere for how to set things up correctly. Any thoughts?
g
I've hit this issue once and I just renamed it
macros.pants
instead 🙂 It's not really Python, just like Build files aren't really Python.
👍 1