Security switch to DSL syntax problem markers (no fix proposals)

This commit is contained in:
aboyko
2023-02-17 19:12:48 -05:00
parent 701f89cc7a
commit 6979975444
6 changed files with 194 additions and 4 deletions

View File

@@ -402,6 +402,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot2.JAVA_LAMBDA_DSL": {
"type": "string",
"default": "INFO",
"description": "Consider switching to Lambda DSL syntax",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},