You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit how far dots may appear in long method chains to 80 chars.
Note that this doesn't currently apply to prefixes (such as `foo.bar().baz().stream()`) because prefixes are also used to group together fully qualified class names and it's a bit trickier to handle that case.
Fixes#69.
What happened?
https://github.com/palantir/conjure-java-runtime/pull/1285/files#diff-3d840aee82ecd3ad6d02f77a1bdd0239L56
Human-authored:
PJF:
What did you want to happen?
Don't allow method chains to extend too far to the right.
We should probably limit the absolute column past which method chain
.
s are not allowed anymore to something more sensible than 120, like 80.The text was updated successfully, but these errors were encountered: