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

Buggy #151

Closed
wants to merge 1 commit into from
Closed

Buggy #151

wants to merge 1 commit into from

Conversation

mmozuras
Copy link
Member

Testing whether Travis CI will post pronto-rubocop comments

@@ -21,7 +21,7 @@ def open_xml
@document = REXML::Document.new.tap do |d|
d << REXML::XMLDecl.new
end
@checkstyle = REXML::Element.new('checkstyle', @document)
@checkstyle = REXML::Element.new("checkstyle", @document)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Prefer single-quoted strings when you don't need string interpolation or special symbols.

@mmozuras mmozuras mentioned this pull request Apr 23, 2016
@mmozuras mmozuras force-pushed the feature/buggy branch 2 times, most recently from 538b839 to 4c18b5a Compare April 23, 2016 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants