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

Parse write-file and Write auxiliary files #128

Merged
merged 1 commit into from
Feb 22, 2015
Merged

Parse write-file and Write auxiliary files #128

merged 1 commit into from
Feb 22, 2015

Conversation

pietbrauer
Copy link
Contributor

As discussed in #127 reopening going against master.

@@ -42,6 +42,8 @@ def format_test_suite_started(name); EMPTY; end
def format_test_summary(message, failures_per_suite); EMPTY; end
def format_touch(file_path, file_name); EMPTY; end
def format_tiffutil(file); EMPTY; end
def format_write_file(file); EMPTY; end
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use empty lines between defs.
Unnecessary spacing detected.

@@ -225,6 +225,17 @@ module XCPretty
@parser.parse(SAMPLE_TOUCH)
end

it "parses write file" do
@formatter.should receive(:format_write_file).with(
'/Users/me/myproject/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-AFNetworking.build/Objects-normal/x86_64/Pods-AFNetworking.LinkFileList')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Line is too long. [160/80]

@supermarin
Copy link
Contributor

Thanks @pietbrauer!

supermarin added a commit that referenced this pull request Feb 22, 2015
Parse write-file and Write auxiliary files
@supermarin supermarin merged commit 1aeb277 into xcpretty:master Feb 22, 2015
@pietbrauer pietbrauer deleted the parse_write_files branch February 23, 2015 15:24
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

3 participants