Hi! How do I suppress or fix the warning: ```The l...
# general
b
Hi! How do I suppress or fix the warning:
Copy code
The lint goal was called with targets including `<redacted>:bin-deps`, `<redacted>:bin-srcs`, `<redacted>:bin-deps` (and others), which specify the environment `docker_linux`, which is a `docker_environment`. The lint goal only runs in the local environment. You may experience unexpected behavior.
c
for supressing, there is https://www.pantsbuild.org/v2.16/docs/reference-global#ignore_warnings will defer how to fix it to someone with more knowledge here..
h
Is this from calling
pants lint ::
or similar?
👍 1
If so, this seems like a bug
b
It's pants lint ::. I will file a bug