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

Fix: Summary formatter always used #1290

Closed
wants to merge 1 commit into from
Closed

Conversation

sarvaje
Copy link
Contributor

@sarvaje sarvaje commented Sep 5, 2018

Fix #1273

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

@@ -45,3 +45,11 @@ the `summary` formatter:
"formatters": ["summary"]
}
```

> Note: If you define the property `formatters` when extending
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove >

a configuration, the formatters in the configuration will be
replaced with the value you have defined.

> Note: If you define the property `parsers` when extending a
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove >

Copy link
Contributor

Choose a reason for hiding this comment

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

Also maybe have Notes: and then a list.

@alrra alrra closed this in 03555d8 Sep 5, 2018
@alrra alrra reopened this Sep 5, 2018
@alrra
Copy link
Contributor

alrra commented Sep 5, 2018

@sarvaje Some tests don't pass.

@sarvaje
Copy link
Contributor Author

sarvaje commented Sep 5, 2018

@alrra this is ready for another review

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.

Using web-recommended configuration add summary formatter to the output.
2 participants