Commit 5403cf75 authored by Jérome Perrin's avatar Jérome Perrin

testXHTML: ignore gadget_vcs_status.js from erp5_forge

jsl complains about "class" in object literals, but there's nothing wrong
with this.

portal_skins/erp5_vcs/gadget_vcs_status.js
(17): SyntaxError: invalid property id
      class: true,
parent 440a876f
Pipeline #12908 failed with stage
......@@ -79,6 +79,7 @@ class TestXHTMLMixin(ERP5TypeTestCase):
'require.min.js',
'rsvp.js',
'wz_dragdrop.js',
'gadget_vcs_status.js', # XXX because jsl is buggy
)
JSL_IGNORE_SKIN_LIST = (
'erp5_code_mirror',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment