Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit debe114

Browse files
committed
Release v5.0.0
1 parent 1d5e39f commit debe114

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task('validate-html', task.validateHtml);
4747
*The `ignoreMessages` and `ignoreLevel` options only work for `'json'` output. 
4848
Option value `'warning'` also skips `'info'`.
4949

50-
Example usage of `verifyMessage` option:
50+
Example usage of `ignoreMessages` option:
5151
```javascript
5252
// Tasks
5353
const task = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-w3c-html-validator",
3-
"version": "3.2.1",
3+
"version": "5.0.0",
44
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
55
"license": "MIT",
66
"type": "module",

spec/mocha.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ describe('The gulp-w3c-html-validator reporter()', () => {
167167
const files = [];
168168
const handleEndOfStream = () => {
169169
// To view raw output: console.log(spy.secondCall.args);
170+
spy.restore();
170171
const headerLine = /spec\/html\/valid.html.*validation:.*fail \(messages: 2\)/;
171172
const warningLine = /HTML warning:/;
172173
const errorLine = /HTML error:/;

0 commit comments

Comments
 (0)