Skip to content

Commit 6bc0828

Browse files
author
Neil Zhao
committed
fix: schema $id mixup.
1 parent 52d2e36 commit 6bc0828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rules/file-hashes-not-exist-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/files-not-hash-config.json",
3+
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-hashes-not-exist-config.json",
44
"type": "object",
55
"properties": {
66
"globsAll": {

rules/file-not-contents-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-hashes-not-exist-config.json",
3+
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-not-contents-config.json",
44
"type": "object",
55
"properties": {
66
"nocase": {

0 commit comments

Comments
 (0)