errangutan
Results
2
issues of
errangutan
In ```line_length.bzl```: ``` ctx.actions.write( output = ctx.outputs.executable, content = script, ) ``` Notice that ```ctx.outputs.executable``` default field is used, and the [documentation](https://docs.bazel.build/versions/2.0.0/skylark/lib/ctx.html#outputs) states this is deprecated: > (Deprecated) If the...
When writing text in RTL (Hebrew in my case), symbols are flipped the other way. For example, when typing `\in`, the character that is shown is of `\ni`. The way...