-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for showing end location marker #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks interesting. What do you think about a small adjustment to the formatting:
before:
a = "very long text"
^------------^
after:
a = "very long text"
^^^^^^^^^^^^^^
@veelenga I've tried but with bigger amount of occurrences it becomes an annoyance: |
18bf90b
to
ca03994
Compare
There’s no need for double splats, since they mess up method resolution, and obscure the actual - single (!) - argument - `status`, so… be gone Also, all of the helpers return the constructed `Issue` like a behaving good methods.
e55ff5a
to
bfbb4f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Could you please cover this by specs, especially the new utility methods.
bfbb4f9
to
fa97014
Compare
fa97014
to
1a04b45
Compare
Make text format moar in line with Crystal spec runner.
1a04b45
to
c03ac74
Compare
Code would welcome bit of DRY-ness but first I wanted to see whether this PR gain any traction.
DotFormatter
:ExplainFormatter
: