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

Ruby beautifying not working (with Rubocop) #1652

Closed
5 tasks done
fifiteen82726 opened this issue May 9, 2017 · 3 comments
Closed
5 tasks done

Ruby beautifying not working (with Rubocop) #1652

fifiteen82726 opened this issue May 9, 2017 · 3 comments

Comments

@fifiteen82726
Copy link

fifiteen82726 commented May 9, 2017

Description

Input Before Beautification

This is what the code looked like before:

def testmethod
p 123 
end

Expected Output

The beautified code should have looked like this:

def testmethod
  p 123 
end

Actual Output

The beautified code actually looked like this:

def testmethod
p 123 
end

Steps to Reproduce

  1. Add code to Atom editor
  2. Run command Atom Beautify: Beautify Editor
  3. This beautified code does not look right!

Debug

Here is a link to the debug.md Gist: https://gist.github.com/fifiteen82726/47515eb01a407bf87f7c1e445cd8c38e

Checklist

I have:

  • Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
  • Reloaded (or restarted) Atom to ensure it is not a caching issue
  • Searched through existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues
    so I know this is not a duplicate issue
  • Filled out the Input, Expected, and Actual sections above or have edited/removed them in a way that fully describes the issue.
  • Generated debugging information by executing Atom Beautify: Help Debug Editor command in Atom and added link for debug.md Gist to this issue
@hathawad
Copy link

I see this as well

@Glavin001 Glavin001 assigned Glavin001 and unassigned Glavin001 May 29, 2017
@Glavin001 Glavin001 added the bug label May 29, 2017
@Glavin001 Glavin001 changed the title Ruby atom-beautify not working Ruby beautifying not working (with Rubocop) May 29, 2017
@Glavin001
Copy link
Owner

#1685 has been merged. Await next release.

@Glavin001
Copy link
Owner

Published to v0.30.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants