Skip to content

Commit 604740f

Browse files
committed
Report only XML syntax error for *.exsd files
Signed-off-by: azerr <azerr@redhat.com>
1 parent fcab66d commit 604740f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,10 @@
515515
"default": [
516516
{
517517
"pattern": "**.exsd",
518-
"enabled": false
518+
"noGrammar": "ignore",
519+
"schema": {
520+
"enabled" : "never"
521+
}
519522
},
520523
{
521524
"pattern": "**{.project,.classpath,plugin.xml,feature.xml,category.xml,.target,.product}",

0 commit comments

Comments
 (0)