Unit tests failures

This commit is contained in:
BoykoAlex
2022-05-03 13:45:01 -04:00
parent c880ef943d
commit 9fa05f5a08
2 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,12 @@
"label": "SpEL Expression Syntax",
"description": "SpEL parser raised a ParseException",
"defaultSeverity": "ERROR"
},
{
"code": "JAVA_AUTOWIRED_CONSTRUCTOR",
"label": "Unnecessary @Autowired",
"description": "Unnecessary @Autowired over the only constructor",
"defaultSeverity": "WARNING"
}
],
"application-yaml": [