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

Feature objc defines #39

Merged
merged 10 commits into from
Sep 24, 2014
Merged

Feature objc defines #39

merged 10 commits into from
Sep 24, 2014

Conversation

netbe
Copy link
Owner

@netbe netbe commented Jul 18, 2014

Intention to respond to feature #30

@@ -1,3 +1,3 @@
module Babelish
VERSION = '0.3.1'
VERSION = '0.3.2'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.35%) when pulling 6d1e4a9 on feature/objc_defines into 974ea23 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.35%) when pulling c8b6407 on feature/objc_defines into 974ea23 on master.

end
if options[:macros_filename]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Inconsistent indentation detected.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.02%) when pulling 02f1877 on feature/objc_defines into 4d8f6c1 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.94%) when pulling 588ea2e on feature/objc_defines into 4d8f6c1 on master.

next unless lang
return lang.content.keys unless lang.content.keys.empty?
end
return []
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redundant return detected.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.94%) when pulling 74cfd22 on feature/objc_defines into 4d8f6c1 on master.

EOS
csv_file = "test/data/test_data_multiple_langs.csv"
converter = Babelish::CSV2Strings.new(csv_file,
{'English' => [:en], "French" => "fr", "German" => "de", "Spanish" => "es"},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Align the parameters of a method call if they span more than one line.
Space inside { missing.
Space inside } missing.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.94%) when pulling eef45c9 on feature/objc_defines into 4d8f6c1 on master.

netbe added a commit that referenced this pull request Sep 24, 2014
@netbe netbe merged commit 1554698 into master Sep 24, 2014
@netbe netbe deleted the feature/objc_defines branch December 17, 2014 23:22
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.

3 participants