Skip to content

Commit

Permalink
fix: schema $id mixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Zhao committed Sep 30, 2022
1 parent 52d2e36 commit 6bc0828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/file-hashes-not-exist-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/files-not-hash-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-hashes-not-exist-config.json",
"type": "object",
"properties": {
"globsAll": {
Expand Down
2 changes: 1 addition & 1 deletion rules/file-not-contents-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-hashes-not-exist-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-not-contents-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down

0 comments on commit 6bc0828

Please sign in to comment.