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

"warning" should not be used anymore #176

Closed
rugk opened this issue Aug 5, 2018 · 2 comments
Closed

"warning" should not be used anymore #176

rugk opened this issue Aug 5, 2018 · 2 comments

Comments

@rugk
Copy link

rugk commented Aug 5, 2018

Many examples in the code include "warning" for the severity. As of EsLint 5.3.0 (maybe earlier, don't know) this is not wanted:

Configuration for rule "mocha/valid-suite-description" is invalid: 	Severity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed '"warning"'). 

So replace them with "warn".

@lo1tuma
Copy link
Owner

lo1tuma commented Aug 13, 2018

Thanks, this should be definitely fixed in our documentation.

@lo1tuma
Copy link
Owner

lo1tuma commented Oct 26, 2018

Fixed by #181.

@lo1tuma lo1tuma closed this as completed Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants