1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
09731d4749
refactor: simplify logic 2024-02-02 14:47:31 +01:00
02a5010340
chore: better Prettier config for easier reviews 2023-10-23 23:21:05 +02:00
e3cd809e56
fix: only show error messages related to configured severities 2023-08-09 17:04:03 +02:00
284b9fb057
test: add automated tests 2023-08-09 16:51:34 +02:00
1ae47aa197
feat: add --current-working-directory option 2023-08-09 15:36:05 +02:00
eb970f1823
BREAKING CHANGE: change default validator severities: "warning" and "error" 2023-07-02 13:07:45 +02:00
29203985e4
feat: ability to specify the severity of the validator
fixes #4
2023-07-02 13:05:33 +02:00
67806866ee
refactor: usage of node:test instead of tap 2023-07-02 12:18:21 +02:00
Divlo
943b3d1fd6
fix: update dependencies to latest 2023-01-10 22:15:14 +01:00
Divlo
6ca7722fcf
perf: run validations in parallel
fixes #3
2022-10-20 23:46:36 +02:00
Divlo
3a44eca5b1
fix: only consider errors (excluding warning/info messages) 2022-10-20 23:30:41 +02:00
Divlo
e762c0fad5
feat: usage of ESM modules imports (instead of CommonJS) 2022-04-06 19:59:31 +02:00
Divlo
e032bbe637
feat: support plain HTML files (not served)
fixes #2
2022-02-24 11:55:32 +01:00
Divlo
d92235d79d
chore: maintenance 2022-02-19 16:55:36 +01:00
Divlo
77cefcd53f
feat: add html-w3c-validator command 2022-01-06 22:34:58 +01:00
Divlo
dc971f54ea
chore: initial commit 2022-01-06 19:52:25 +01:00