You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ When combined with a watching task (such as [grunt-contrib-watch][watch]), even
37
37
38
38
## Options
39
39
40
+
### `threads`
41
+
42
+
* Type: `String`, `Boolean`, `Number`
43
+
* Default: `auto`, which is the number of threads -1
44
+
45
+
Use this option to control the number of threads that grunt-htmllint will use when validating a big number of files. This will spawn as many Java processes as the number of threads.
0 commit comments