Skip to content

Commit 655d327

Browse files
committed
chore: specify the JSON schema in the default JSON file
Closes: #127
1 parent df7313d commit 655d327

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/resources/defaults/conventionalcommit.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://github.com/lppedd/idea-conventional-commit/raw/master/src/main/resources/defaults/conventionalcommit.schema.json",
23
"types": {
34
"refactor": {
45
"description": "Changes which neither fix a bug nor add a feature"

src/main/resources/defaults/conventionalcommit.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "http://json-schema.org/draft-04/schema#",
33
"title": "Commit types and scopes",
44
"type": "object",
5-
"additionalProperties": false,
65
"required": [
76
"types"
87
],

0 commit comments

Comments
 (0)