-
Notifications
You must be signed in to change notification settings - Fork 645
Do not show blank identifiers in file outline #1893
Do not show blank identifiers in file outline #1893
Conversation
Needs a test, having trouble getting the |
629d51e
to
b353a3a
Compare
b353a3a
to
7068517
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.
Thanks for the PR!
Since there is no immediate plans of having any other ignored symbols, lets skip using an array and compare the label directly with _
About the test, are you able to run the existing tests? |
@ramya-rao-a I can run the existing tests, but four fail consistently each time:
When trying to add a line such as |
The You can comment them and the gometalinter one while running your tests. Your changes are unrelated to them so you can safely ignore them.
That is mostly because there are other tests using the same file and now all the line numbers are changing. Try this
|
81fbb26
to
91909a1
Compare
@ragurney If you merge from master branch now, you will not get those failures |
@ramya-rao-a sounds good, thanks! I think this PR is ready for another review. |
Looks great, Thanks! |
Resolves #1889