Skip to content

Commit c3f25fd

Browse files
authored
1 parent b855ea2 commit c3f25fd

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"build:unmin": "rollup -c --bundleConfigAsCjs",
3939
"clean": "rimraf dist",
4040
"full": "npm run build && npm run test && npm run lint",
41+
"htmlhint:html": "node bin/htmlhint.js --format html",
42+
"htmlhint:sarif": "node bin/htmlhint.js --format sarif",
4143
"lint": "eslint . --max-warnings 0 && prettier -c .",
4244
"lint:fix": "eslint . --fix && npm run prettier",
4345
"lint:markdown": "npx markdownlint-cli **/*.md",
@@ -52,7 +54,7 @@
5254
"glob": "^8.1.0",
5355
"is-glob": "^4.0.3",
5456
"node-fetch": "^2.7.0",
55-
"node-sarif-builder": "^2.0.3",
57+
"node-sarif-builder": "^3.2.0",
5658
"strip-json-comments": "3.1.1",
5759
"xml": "1.0.1"
5860
},

src/cli/formatters/sarif.sarif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/sarif-2.1.0-rtm.5.json",
2+
"$schema": "http://json.schemastore.org/sarif-2.1.0.json",
33
"version": "2.1.0",
44
"runs": [
55
{

test/cli/formatters/sarif.sarif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/sarif-2.1.0-rtm.5.json",
2+
"$schema": "http://json.schemastore.org/sarif-2.1.0.json",
33
"version": "2.1.0",
44
"runs": [
55
{

0 commit comments

Comments
 (0)