Integrate validation for data repo domain id type
This commit is contained in:
@@ -442,6 +442,18 @@
|
||||
"HINT",
|
||||
"ERROR"
|
||||
]
|
||||
},
|
||||
"spring-boot.ls.problem.boot2.DOMAIN_ID_FOR_REPOSITORY": {
|
||||
"type": "string",
|
||||
"default": "ERROR",
|
||||
"description": "Invalid Domain ID type for Spring Data Repository",
|
||||
"enum": [
|
||||
"IGNORE",
|
||||
"INFO",
|
||||
"WARNING",
|
||||
"HINT",
|
||||
"ERROR"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1010,4 +1022,4 @@
|
||||
"extensionDependencies": [
|
||||
"redhat.java"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user