I'm currently using print("<file>:<line>:<column>: warning/error: <message>")
to emit warnings
and erros
from a build tool plugin. Is it possible to use something similar to emit a Fix
?
I'm currently using print("<file>:<line>:<column>: warning/error: <message>")
to emit warnings
and erros
from a build tool plugin. Is it possible to use something similar to emit a Fix
?