Skip to content
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

Update: Add autofix for lines-around-comment (fixes #5956) #6062

Merged
merged 1 commit into from
May 6, 2016
Merged

Conversation

alberto
Copy link
Member

@alberto alberto commented May 3, 2016

No description provided.

@eslintbot
Copy link

LGTM

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @gyandeeps, @vitorbal and @mathieumg to be potential reviewers

* @param {ASTNode|Token} second The second node or token
* @returns {boolean} True if the two tokens or nodes are on the same line.
*/
function areOnSameLine(first, second) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this function in ast-utils.js. Probably better to use that.

Copy link
Member Author

@alberto alberto May 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, PR updated. Build is failing because of an unrelated issue: #6096

@eslintbot
Copy link

LGTM

@nzakas
Copy link
Member

nzakas commented May 6, 2016

Lgtm

@nzakas nzakas merged commit 7941d5e into master May 6, 2016
@alberto alberto deleted the issue5956 branch May 7, 2016 08:54
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants