Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

disallowTrailingWhitespace: use CST for fix method #2180

Closed
wants to merge 2 commits into from

Conversation

qfox
Copy link
Member

@qfox qfox commented Mar 17, 2016

@markelog
Copy link
Member

It seems there is a jshint error?

@markelog
Copy link
Member

Friendly ping

@markelog
Copy link
Member

It seems we still have couple failures?

@qfox qfox force-pushed the disallow-trailing-whitespace-fix branch from 26d2034 to 265a7b2 Compare March 22, 2016 01:30
@qfox
Copy link
Member Author

qfox commented Mar 22, 2016

@markelog @hzoo Fixed ;-) somehow.

@@ -46,7 +46,9 @@ var AssertHelpers = {
it('fix', function() {
var result = checker.fixString(options.input);
expect(result.errors).to.have.no.errors();
expect(result.output).to.equal(options.output);
if (result.output !== options.output) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Dono why I've added it. Need to drop

@qfox qfox force-pushed the disallow-trailing-whitespace-fix branch 2 times, most recently from 3e28111 to 8f63819 Compare March 24, 2016 00:17
@qfox qfox force-pushed the disallow-trailing-whitespace-fix branch from 8f63819 to 3a16cf0 Compare March 24, 2016 00:27
@coveralls
Copy link

Coverage Status

Coverage increased (+1.04%) to 97.488% when pulling 3a16cf0 on disallow-trailing-whitespace-fix into c86d078 on master.

@markelog
Copy link
Member

LGTM

@hzoo hzoo closed this in c5d0bd5 Mar 28, 2016
@qfox qfox deleted the disallow-trailing-whitespace-fix branch March 28, 2016 14:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants