@oracle/oraclejet-audit 10.0.0 → 11.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (702) hide show
  1. package/jaf-amd.js +12 -4
  2. package/jaf.js +6 -1
  3. package/jafapi.js +6 -1
  4. package/lib/AST.js +6 -1
  5. package/lib/AST_Ts.js +6 -1
  6. package/lib/AstJson.js +6 -1
  7. package/lib/AstNodeTypes.js +6 -1
  8. package/lib/Comments.js +6 -1
  9. package/lib/ComponentSvcs.js +5 -0
  10. package/lib/Components.js +6 -1
  11. package/lib/Config.js +6 -1
  12. package/lib/ConfigLib.js +6 -1
  13. package/lib/CssLib.js +5 -0
  14. package/lib/CssUtils.js +5 -0
  15. package/lib/DomUtils.js +6 -1
  16. package/lib/FileIndex.js +5 -0
  17. package/lib/FileSet.js +5 -0
  18. package/lib/FsUtils.js +6 -1
  19. package/lib/Histo.js +6 -0
  20. package/lib/HtmlTree.js +6 -1
  21. package/lib/HtmlUtils.js +5 -0
  22. package/lib/Issue.js +5 -0
  23. package/lib/JafEvents.js +5 -0
  24. package/lib/JafLib.js +6 -1
  25. package/lib/Json.js +6 -0
  26. package/lib/JsonLoader.js +6 -1
  27. package/lib/MetaLib.js +6 -1
  28. package/lib/NetUtils.js +5 -0
  29. package/lib/NodeTypes.js +5 -0
  30. package/lib/Parser.js +6 -1
  31. package/lib/RegTypes.js +5 -0
  32. package/lib/Registry.js +5 -0
  33. package/lib/Reporter.js +5 -0
  34. package/lib/RuleContext.js +5 -0
  35. package/lib/RulePack.js +5 -0
  36. package/lib/RuleSet.js +6 -1
  37. package/lib/Rules.js +6 -1
  38. package/lib/Scope.js +6 -1
  39. package/lib/SemVer.js +5 -0
  40. package/lib/Server.js +5 -0
  41. package/lib/SevLib.js +5 -0
  42. package/lib/Severity.js +6 -1
  43. package/lib/Stats.js +6 -0
  44. package/lib/Ts.js +6 -1
  45. package/lib/Utils.js +6 -1
  46. package/lib/Watch.js +5 -0
  47. package/lib/Writer.js +5 -0
  48. package/lib/ZipUtils.js +5 -0
  49. package/lib/api.js +6 -0
  50. package/lib/cliStats.js +6 -0
  51. package/lib/clone.js +5 -0
  52. package/lib/cmdline.js +6 -1
  53. package/lib/colors.js +5 -0
  54. package/lib/exportRules.js +6 -0
  55. package/lib/extends.js +6 -0
  56. package/lib/filetypes.js +6 -0
  57. package/lib/groups.js +6 -0
  58. package/lib/help.js +6 -1
  59. package/lib/imanual.js +6 -0
  60. package/lib/jetver.js +6 -1
  61. package/lib/macros.js +6 -0
  62. package/lib/metaLoader.js +5 -0
  63. package/lib/metahist.js +5 -0
  64. package/lib/msgidLoader.js +6 -1
  65. package/lib/ns.js +6 -1
  66. package/lib/nslist.js +6 -1
  67. package/lib/outFormat.js +6 -0
  68. package/lib/outfile.js +5 -0
  69. package/lib/ruleLoader.js +5 -0
  70. package/lib/scaffold.js +6 -1
  71. package/lib/scaffoldRule.js +6 -1
  72. package/lib/schema.js +5 -0
  73. package/lib/scopewalker.js +6 -0
  74. package/lib/spinner.js +5 -0
  75. package/lib/spinnernoop.js +5 -0
  76. package/lib/tabs.js +5 -0
  77. package/lib/xmanual.js +6 -0
  78. package/libext/expparser.js +6 -1
  79. package/meta/10.1.0/jetauditmeta.js +9 -0
  80. package/meta/11.0.0/jetauditmeta.js +9 -0
  81. package/meta/11.1.0/jetauditmeta.js +9 -0
  82. package/meta/metaverlist.json +1 -1
  83. package/package.json +2 -3
  84. package/rulepacks/csp/csp-html-script-unsafe-inline.js +5 -0
  85. package/rulepacks/csp/csp-html-style-unsafe-inline.js +5 -0
  86. package/rulepacks/csp/csp-html-unsafe-expr.js +5 -0
  87. package/rulepacks/csp/csp-js-script-unsafe-eval.js +6 -1
  88. package/rulepacks/csp/csp-js-style-unsafe-inline.js +5 -0
  89. package/rulepacks/csp/csp-ts-script-unsafe-eval.js +6 -0
  90. package/rulepacks/csp/csp-ts-style-unsafe-inline.js +6 -0
  91. package/rulepacks/csp/msgid.json +6 -1
  92. package/rulepacks/csp/rules.json +6 -1
  93. package/rulepacks/jetwc/jetwc-absolute-jetversion.js +6 -1
  94. package/rulepacks/jetwc/jetwc-aria-redefinition.js +6 -1
  95. package/rulepacks/jetwc/jetwc-bootstrap.js +6 -1
  96. package/rulepacks/jetwc/jetwc-compjson-bp-ar.js +6 -1
  97. package/rulepacks/jetwc/jetwc-compjson-bp-obj.js +6 -1
  98. package/rulepacks/jetwc/jetwc-component-dependencies.js +6 -1
  99. package/rulepacks/jetwc/jetwc-component-displayname.js +6 -1
  100. package/rulepacks/jetwc/jetwc-component-foldername.js +6 -1
  101. package/rulepacks/jetwc/jetwc-component-location.js +6 -1
  102. package/rulepacks/jetwc/jetwc-component-type.js +6 -1
  103. package/rulepacks/jetwc/jetwc-data-property-prefix.js +6 -1
  104. package/rulepacks/jetwc/jetwc-deprecated-lifecycle.js +6 -1
  105. package/rulepacks/jetwc/jetwc-disabled-property.js +6 -1
  106. package/rulepacks/jetwc/jetwc-displayname.js +6 -1
  107. package/rulepacks/jetwc/jetwc-dynamic-slot-context.js +6 -1
  108. package/rulepacks/jetwc/jetwc-dynamic-slots-naming.js +6 -1
  109. package/rulepacks/jetwc/jetwc-event-displayname.js +6 -1
  110. package/rulepacks/jetwc/jetwc-events.js +6 -1
  111. package/rulepacks/jetwc/jetwc-jet-version.js +6 -1
  112. package/rulepacks/jetwc/jetwc-loader-file.js +6 -1
  113. package/rulepacks/jetwc/jetwc-method-displayname.js +6 -1
  114. package/rulepacks/jetwc/jetwc-methods.js +6 -1
  115. package/rulepacks/jetwc/jetwc-namespace.js +6 -1
  116. package/rulepacks/jetwc/jetwc-nested-defaults.js +6 -1
  117. package/rulepacks/jetwc/jetwc-nls-languages.js +6 -1
  118. package/rulepacks/jetwc/jetwc-nls-root.js +6 -1
  119. package/rulepacks/jetwc/jetwc-oj-register.js +6 -1
  120. package/rulepacks/jetwc/jetwc-ojcss.js +6 -1
  121. package/rulepacks/jetwc/jetwc-pack-children.js +6 -1
  122. package/rulepacks/jetwc/jetwc-packable-components.js +6 -1
  123. package/rulepacks/jetwc/jetwc-prerelease-dependencies.js +6 -1
  124. package/rulepacks/jetwc/jetwc-prerelease-pattern.js +6 -1
  125. package/rulepacks/jetwc/jetwc-prerelease-version.js +6 -1
  126. package/rulepacks/jetwc/jetwc-property-changed.js +6 -1
  127. package/rulepacks/jetwc/jetwc-property-displayname.js +6 -1
  128. package/rulepacks/jetwc/jetwc-property-nesting.js +6 -1
  129. package/rulepacks/jetwc/jetwc-public-modules.js +6 -1
  130. package/rulepacks/jetwc/jetwc-register-css.js +6 -1
  131. package/rulepacks/jetwc/jetwc-register-with-promises.js +6 -1
  132. package/rulepacks/jetwc/jetwc-require-paths.js +6 -1
  133. package/rulepacks/jetwc/jetwc-required-subproperty.js +6 -0
  134. package/rulepacks/jetwc/jetwc-reserved-property.js +6 -1
  135. package/rulepacks/jetwc/jetwc-schema.js +6 -1
  136. package/rulepacks/jetwc/jetwc-semantic-version.js +6 -1
  137. package/rulepacks/jetwc/jetwc-slot-displayname.js +6 -1
  138. package/rulepacks/jetwc/jetwc-slots.js +6 -1
  139. package/rulepacks/jetwc/jetwc-standard-files.js +6 -1
  140. package/rulepacks/jetwc/jetwc-subproperty-writeback.js +6 -0
  141. package/rulepacks/jetwc/jetwc-template-slots.js +6 -1
  142. package/rulepacks/jetwc/jetwc-unused-events.js +6 -1
  143. package/rulepacks/jetwc/jetwc-unused-slots.js +6 -1
  144. package/rulepacks/jetwc/jetwc-vb-category.js +6 -1
  145. package/rulepacks/jetwc/jetwc-vb-icon.js +6 -1
  146. package/rulepacks/jetwc/jetwc-version-openrange.js +6 -1
  147. package/rulepacks/jetwc/jetwc-writeback-required.js +6 -1
  148. package/rulepacks/jetwc/msgid.json +6 -0
  149. package/rulepacks/jetwc/rules.json +6 -1
  150. package/rulepacks/jetwc-lib/component-audit-utils.js +6 -1
  151. package/rulepacks/jetwco/jetwco-bootstrap.js +6 -1
  152. package/rulepacks/jetwco/jetwco-compjson-ns-reg.js +6 -1
  153. package/rulepacks/jetwco/jetwco-component-api-baseline-changes.js +6 -0
  154. package/rulepacks/jetwco/jetwco-component-api-changes.js +6 -1
  155. package/rulepacks/jetwco/jetwco-component-cdn.js +6 -1
  156. package/rulepacks/jetwco/jetwco-exchange-version-check.js +6 -1
  157. package/rulepacks/jetwco/jetwco-license-info.js +6 -1
  158. package/rulepacks/jetwco/jetwco-prerelease-cdn.js +6 -1
  159. package/rulepacks/jetwco/jetwco-thirdparty-ba.js +6 -1
  160. package/rulepacks/jetwco/msgid.json +6 -0
  161. package/rulepacks/jetwco/rules.json +6 -1
  162. package/rulepacks/spoc/msgid.json +5 -0
  163. package/rulepacks/spoc/rules.json +5 -0
  164. package/rulepacks/spoc/spoc-dom-manip-inv-tag.js +5 -0
  165. package/rulepacks/spoc/spoc-dom-manip-tag-pos.js +5 -0
  166. package/rulepacks/spoc/spoc-dom-manip.js +5 -0
  167. package/rules/jaf/jaf-css-diagnose.js +5 -0
  168. package/rules/jaf/jaf-html-diagnose.js +5 -0
  169. package/rules/jaf/jaf-init-schema.js +5 -0
  170. package/rules/jaf/jaf-js-diagnose.js +5 -0
  171. package/rules/jaf/jaf-ts-diagnose.js +6 -0
  172. package/rules/jaf/msgid.json +6 -1
  173. package/rules/jaf/rules.json +6 -1
  174. package/rules/jet/helpers/acc-aria-label.js +6 -1
  175. package/rules/jet/helpers/bp-checkPropType.js +5 -0
  176. package/rules/jet/helpers/cssHelper.js +6 -1
  177. package/rules/jet/helpers/extractStylesFromClass.js +6 -1
  178. package/rules/jet/helpers/has-slot-name.js +6 -1
  179. package/rules/jet/helpers/has-slot.js +5 -0
  180. package/rules/jet/helpers/json-prop-pos.js +5 -0
  181. package/rules/jet/helpers/json-propname-pos.js +5 -0
  182. package/rules/jet/helpers/style-selector.js +6 -1
  183. package/rules/jet/helpers/valid-attr.js +5 -0
  184. package/rules/jet/helpers/vartrack.js +5 -0
  185. package/rules/jet/jet-css-ojselector.js +5 -0
  186. package/rules/jet/msgid.json +6 -1
  187. package/rules/jet/oj-acc-aria-labelledby.js +5 -0
  188. package/rules/jet/oj-acc-aria-prop.js +5 -0
  189. package/rules/jet/oj-acc-avatar-aria-role.js +5 -0
  190. package/rules/jet/oj-acc-combobox-aria-label.js +6 -1
  191. package/rules/jet/oj-acc-film-strip-aria-label.js +5 -0
  192. package/rules/jet/oj-acc-input-aria-label.js +6 -1
  193. package/rules/jet/oj-acc-select-aria-label.js +6 -1
  194. package/rules/jet/oj-cca-compjson-bp-ar.js +5 -0
  195. package/rules/jet/oj-cca-compjson-bp-dsplyname.js +5 -0
  196. package/rules/jet/oj-cca-compjson-bp-jetver.js +5 -0
  197. package/rules/jet/oj-cca-compjson-bp-obj.js +5 -0
  198. package/rules/jet/oj-cca-compjson-ns-reg.js +5 -0
  199. package/rules/jet/oj-css-bp-border-color.js +5 -0
  200. package/rules/jet/oj-css-bp-dir-flow.js +6 -1
  201. package/rules/jet/oj-css-bp-float.js +5 -0
  202. package/rules/jet/oj-css-bp-textalign.js +5 -0
  203. package/rules/jet/oj-css-style-abs-units.js +5 -0
  204. package/rules/jet/oj-css-style-bp-color.js +6 -1
  205. package/rules/jet/oj-css-style-bp-display.js +6 -1
  206. package/rules/jet/oj-css-style-bp-font-family.js +6 -1
  207. package/rules/jet/oj-css-style-bp-font.js +5 -0
  208. package/rules/jet/oj-css-style-deprecated.js +6 -1
  209. package/rules/jet/oj-css-style-override.js +6 -1
  210. package/rules/jet/oj-css-var-override.js +5 -0
  211. package/rules/jet/oj-form-maxcols.js +6 -0
  212. package/rules/jet/oj-html-5-attr-obs.js +5 -0
  213. package/rules/jet/oj-html-5-tag-obs.js +5 -0
  214. package/rules/jet/oj-html-attr-$unique.js +5 -0
  215. package/rules/jet/oj-html-attr-2def.js +5 -0
  216. package/rules/jet/oj-html-attr-json.js +6 -1
  217. package/rules/jet/oj-html-attr-prefix-expr.js +6 -1
  218. package/rules/jet/oj-html-attr-prefix-ro.js +5 -0
  219. package/rules/jet/oj-html-attr-req.js +5 -0
  220. package/rules/jet/oj-html-bindforeach-data.js +5 -0
  221. package/rules/jet/oj-html-bindif-test.js +5 -0
  222. package/rules/jet/oj-html-binding-attr.js +5 -0
  223. package/rules/jet/oj-html-cca-count.js +5 -0
  224. package/rules/jet/oj-html-cca-tagname.js +6 -1
  225. package/rules/jet/oj-html-cdn.js +5 -0
  226. package/rules/jet/oj-html-combo-converter.js +5 -0
  227. package/rules/jet/oj-html-cspexpr.js +6 -1
  228. package/rules/jet/oj-html-databind-all.js +5 -0
  229. package/rules/jet/oj-html-dlg-title.js +5 -0
  230. package/rules/jet/oj-html-file-pick-accept.js +6 -0
  231. package/rules/jet/oj-html-form-bindif.js +6 -1
  232. package/rules/jet/oj-html-form-layout-maxcols.js +6 -0
  233. package/rules/jet/oj-html-form-noflex.js +5 -0
  234. package/rules/jet/oj-html-input-isodate.js +6 -0
  235. package/rules/jet/oj-html-invalid-doctype.js +6 -1
  236. package/rules/jet/oj-html-jq-databind.js +6 -1
  237. package/rules/jet/oj-html-ko-comment.js +5 -0
  238. package/rules/jet/oj-html-ko-databind.js +5 -0
  239. package/rules/jet/oj-html-label-for-prefix.js +5 -0
  240. package/rules/jet/oj-html-missing-doctype.js +6 -1
  241. package/rules/jet/oj-html-oj-lib.js +5 -0
  242. package/rules/jet/oj-html-ojattr-520.js +6 -1
  243. package/rules/jet/oj-html-ojattr-deprecated.js +6 -1
  244. package/rules/jet/oj-html-ojattr-enum-deprecated.js +6 -1
  245. package/rules/jet/oj-html-ojattr-evt-syntax.js +5 -0
  246. package/rules/jet/oj-html-ojattr-value.js +6 -1
  247. package/rules/jet/oj-html-ojattr.js +6 -1
  248. package/rules/jet/oj-html-ojevent.js +6 -1
  249. package/rules/jet/oj-html-ojslot.js +5 -0
  250. package/rules/jet/oj-html-ojstyle.js +5 -0
  251. package/rules/jet/oj-html-ojtag-datacmd.js +6 -1
  252. package/rules/jet/oj-html-ojtag-datactx.js +5 -0
  253. package/rules/jet/oj-html-ojtag-deprecated.js +6 -1
  254. package/rules/jet/oj-html-ojtag-globattr-noprefix.js +5 -0
  255. package/rules/jet/oj-html-ojtag-id.js +5 -0
  256. package/rules/jet/oj-html-ojtag-nonglobattr-prefix.js +5 -0
  257. package/rules/jet/oj-html-ojtag-ns.js +5 -0
  258. package/rules/jet/oj-html-picker-attrs.js +6 -0
  259. package/rules/jet/oj-html-redwood-cssnovars.js +6 -0
  260. package/rules/jet/oj-html-redwood-cssvars.js +6 -0
  261. package/rules/jet/oj-html-self-close.js +5 -0
  262. package/rules/jet/oj-html-slot-item-minmax.js +6 -0
  263. package/rules/jet/oj-html-slot-name.js +6 -1
  264. package/rules/jet/oj-html-slot-pref-content.js +6 -0
  265. package/rules/jet/oj-html-style-abs-units.js +5 -0
  266. package/rules/jet/oj-html-style-bp-color.js +5 -0
  267. package/rules/jet/oj-html-style-bp-display.js +6 -1
  268. package/rules/jet/oj-html-style-bp-font-family.js +5 -0
  269. package/rules/jet/oj-html-style-bp-font.js +5 -0
  270. package/rules/jet/oj-html-style-deprecated.js +5 -0
  271. package/rules/jet/oj-html-style.js +6 -1
  272. package/rules/jet/oj-html-stylesel.js +6 -1
  273. package/rules/jet/oj-html-tag-attr-noprefix.js +5 -0
  274. package/rules/jet/oj-html-template-index.js +6 -0
  275. package/rules/jet/oj-html-unsup-theme.js +6 -1
  276. package/rules/jet/oj-html-wctag-$props.js +6 -1
  277. package/rules/jet/oj-html-wctag-arialabelledby.js +5 -0
  278. package/rules/jet/oj-html-wctag-for.js +5 -0
  279. package/rules/jet/oj-html-wctag-id.js +5 -0
  280. package/rules/jet/oj-html-wctag-packprivate.js +6 -0
  281. package/rules/jet/oj-js-comp-attr-deprecated.js +5 -0
  282. package/rules/jet/oj-js-comp-meth-deprecated.js +5 -0
  283. package/rules/jet/oj-js-no-ext-final.js +5 -0
  284. package/rules/jet/oj-js-noconsole.js +5 -0
  285. package/rules/jet/oj-js-ojcomp-deprecated.js +6 -1
  286. package/rules/jet/oj-js-ojcomp-exist.js +5 -0
  287. package/rules/jet/oj-js-ojcomp-new.js +5 -0
  288. package/rules/jet/oj-js-poly-promise.js +6 -1
  289. package/rules/jet/oj-js-var-undef.js +5 -0
  290. package/rules/jet/oj-json-syntax.js +6 -1
  291. package/rules/jet/oj-ts-comp-attr-deprecated.js +5 -0
  292. package/rules/jet/oj-ts-comp-meth-deprecated.js +5 -0
  293. package/rules/jet/oj-ts-no-ext-final.js +6 -0
  294. package/rules/jet/oj-ts-noconsole.js +6 -1
  295. package/rules/jet/oj-ts-ojcomp-deprecated.js +6 -1
  296. package/rules/jet/oj-ts-ojcomp-exist.js +6 -1
  297. package/rules/jet/oj-ts-ojcomp-new.js +6 -1
  298. package/rules/jet/oj-ts-poly-promise.js +6 -1
  299. package/rules/jet/rules.json +6 -1
  300. package/schema/component-schema.json +122 -2
  301. package/src/JafCore.js +6 -1
  302. package/types/index.d.ts +144 -35
  303. package/lib/manual.js +0 -1
  304. package/lib/stats.js +0 -1
  305. package/rules/exch/helpers/json-prop-pos.js +0 -1
  306. package/rules/exch/msgid.json +0 -1
  307. package/rules/exch/oj-cca-comp-zip-content-composite.js +0 -1
  308. package/rules/exch/oj-cca-comp-zip-content-pack.js +0 -1
  309. package/rules/exch/oj-cca-comp-zip-expand.js +0 -1
  310. package/rules/exch/oj-cca-compjson-evnames.js +0 -1
  311. package/rules/exch/oj-cca-compjson-file.js +0 -1
  312. package/rules/exch/oj-cca-compjson-prefix.js +0 -1
  313. package/rules/exch/oj-cca-compjson-prop-compdeps.js +0 -1
  314. package/rules/exch/oj-cca-compjson-prop-deps.js +0 -1
  315. package/rules/exch/oj-cca-compjson-prop-jetver.js +0 -1
  316. package/rules/exch/oj-cca-compjson-prop-obs.js +0 -1
  317. package/rules/exch/oj-cca-compjson-prop-type.js +0 -1
  318. package/rules/exch/oj-cca-compjson-prop-types.js +0 -1
  319. package/rules/exch/oj-cca-compjson-prop-undef.js +0 -1
  320. package/rules/exch/oj-cca-compjson-prop-version.js +0 -1
  321. package/rules/exch/oj-cca-compjson-schema.js +0 -1
  322. package/rules/exch/oj-cca-zip-compjson.js +0 -1
  323. package/rules/exch/rules.json +0 -1
  324. package/rules/jet/oj-css-bp-bgcolor.js +0 -1
  325. package/tests/components/attr-req-test/component.json +0 -1
  326. package/tests/components/demo-analog-clock/component.json +0 -1
  327. package/tests/components/demo-analog-clock/demo-analog-clock-viewModel.js +0 -1
  328. package/tests/components/demo-analog-clock/extension/demo/js/viewModels/demo.js +0 -1
  329. package/tests/components/demo-analog-clock/loader.js +0 -1
  330. package/tests/components/demo-card/component.json +0 -1
  331. package/tests/components/demo-chart-orientation-control/component.json +0 -1
  332. package/tests/components/demo-chart-stack-control/component.json +0 -1
  333. package/tests/components/made-up/component.json +0 -1
  334. package/tests/components/oj-made-up/component.json +0 -1
  335. package/tests/components/sp-activity-item/component.json +0 -1
  336. package/tests/config/config_base.json +0 -1
  337. package/tests/golden/10.0.0/golden_base.json +0 -1
  338. package/tests/golden/8.1.0/golden_base.json +0 -1
  339. package/tests/golden/9.0.0/golden_base.json +0 -1
  340. package/tests/rulepacks/hooks/hook-rpext.js +0 -1
  341. package/tests/rulepacks/hooks/hook-start-close-rulepack.js +0 -1
  342. package/tests/rulepacks/hooks/rule-rpext.js +0 -1
  343. package/tests/rulepacks/hooks/rules.json +0 -1
  344. package/tests/rulepacks/tags/proc_directive.js +0 -1
  345. package/tests/rulepacks/tags/rules.json +0 -1
  346. package/tests/rulepacks/tags/tag-count-setup.js +0 -1
  347. package/tests/rulepacks/tags/tag-count.js +0 -1
  348. package/tests/rules/bugs/JET-4770_PASS_1.html +0 -9
  349. package/tests/rules/comments/com_FAIL_1.js +0 -57
  350. package/tests/rules/comments/com_FAIL_2.js +0 -96
  351. package/tests/rules/comments/com_PASS_1.js +0 -42
  352. package/tests/rules/comments/com_PASS_2.js +0 -63
  353. package/tests/rules/comments/com_PASS_3.js +0 -40
  354. package/tests/rules/comments/com_PASS_4.js +0 -36
  355. package/tests/rules/comments/com_PASS_5.js +0 -19
  356. package/tests/rules/csp/html-script-unsafe-inline/FAIL_1.html +0 -11
  357. package/tests/rules/csp/html-script-unsafe-inline/FAIL_2.html +0 -8
  358. package/tests/rules/csp/html-script-unsafe-inline/PASS_1.html +0 -8
  359. package/tests/rules/csp/html-script-unsafe-inline/PASS_2.html +0 -8
  360. package/tests/rules/csp/html-script-unsafe-inline/PASS_3.html +0 -8
  361. package/tests/rules/csp/html-style-unsafe-inline/FAIL_1.html +0 -11
  362. package/tests/rules/csp/html-style-unsafe-inline/PASS_1.html +0 -11
  363. package/tests/rules/csp/html-unsafe-expr/FAIL_1.html +0 -14
  364. package/tests/rules/csp/html-unsafe-expr/PASS_1.html +0 -23
  365. package/tests/rules/csp/js-script-unsafe-eval/FAIL_1.js +0 -17
  366. package/tests/rules/csp/js-script-unsafe-eval/FAIL_2.js +0 -40
  367. package/tests/rules/csp/js-script-unsafe-eval/FAIL_3.js +0 -22
  368. package/tests/rules/csp/js-script-unsafe-eval/PASS_1.js +0 -20
  369. package/tests/rules/csp/js-script-unsafe-eval/PASS_2.js +0 -44
  370. package/tests/rules/csp/js-script-unsafe-eval/PASS_3.js +0 -16
  371. package/tests/rules/csp/js-style-unsafe-inline/FAIL_1.js +0 -25
  372. package/tests/rules/csp/js-style-unsafe-inline/PASS.js +0 -22
  373. package/tests/rules/demo/noself_FAIL_1.js +0 -101
  374. package/tests/rules/import/import_FAIL_1.js +0 -11
  375. package/tests/rules/import/import_PASS_1.js +0 -10
  376. package/tests/rules/jet-composites/demo-buttonset-enum/component.json +0 -57
  377. package/tests/rules/jet-composites/demo-buttonset-enum/loader.js +0 -19
  378. package/tests/rules/jet-composites/demo-buttonset-enum/view.html +0 -48
  379. package/tests/rules/jet-composites/demo-card/component.json +0 -28
  380. package/tests/rules/jet-composites/demo-card/loader.js +0 -16
  381. package/tests/rules/jet-composites/demo-card/view.html +0 -30
  382. package/tests/rules/jet-composites/demo-card/viewModel.js +0 -46
  383. package/tests/rules/jet-composites/demo-card/view_PASS_1.html +0 -21
  384. package/tests/rules/jet-composites/demo-contact-form/component.json +0 -23
  385. package/tests/rules/jet-composites/demo-contact-form/loader.js +0 -16
  386. package/tests/rules/jet-composites/demo-contact-form/view.html +0 -9
  387. package/tests/rules/jet-composites/demo-grocery-list/component.json +0 -18
  388. package/tests/rules/jet-composites/demo-grocery-list/loader.js +0 -19
  389. package/tests/rules/jet-composites/demo-grocery-list/view.html +0 -22
  390. package/tests/rules/jet-composites/demo-grocery-list/viewModel.js +0 -48
  391. package/tests/rules/jet-composites/dummy-component-1/component.json +0 -82
  392. package/tests/rules/jet-composites/dummy-component-2/component.json +0 -72
  393. package/tests/rules/jet-composites/foo-my-cca/component.json +0 -14
  394. package/tests/rules/jet-composites/foo-unsup-theme/component.json +0 -29
  395. package/tests/rules/jet-composites/header/component.json +0 -12
  396. package/tests/rules/jet-composites/oj-cgbu-omc/attribute-selection/component.json +0 -154
  397. package/tests/rules/jet-composites/oj-cgbu-omc/component.json +0 -11
  398. package/tests/rules/jet-composites/oj-cgbu-omc/reference/component.json +0 -185
  399. package/tests/rules/jet-composites/oj-cgbu-omc/wctag_props_FAIL_1.html +0 -34
  400. package/tests/rules/jet-composites/oj-enum-depr/component.json +0 -69
  401. package/tests/rules/jet-composites/oj-html-wctag-id/id_FAIL_1.html +0 -10
  402. package/tests/rules/jet-composites/oj-html-wctag-id/id_PASS_1.html +0 -6
  403. package/tests/rules/misc/oj.js +0 -12
  404. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_1.html +0 -23
  405. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_2.html +0 -22
  406. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_1.html +0 -23
  407. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_2.html +0 -22
  408. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_3.html +0 -22
  409. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_4.html +0 -22
  410. package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_5.html +0 -22
  411. package/tests/rules/oj-acc-aria-prop/aria_prop_FAIL_1.html +0 -22
  412. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_FAIL_1.html +0 -20
  413. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_1.html +0 -23
  414. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_2.html +0 -24
  415. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_3.html +0 -21
  416. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_4.html +0 -22
  417. package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_5.html +0 -22
  418. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_1.html +0 -20
  419. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_2.html +0 -21
  420. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_PASS_1.html +0 -20
  421. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_1.html +0 -21
  422. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_2.html +0 -22
  423. package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_PASS_1.html +0 -22
  424. package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_1.html +0 -18
  425. package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_2.html +0 -18
  426. package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_1.html +0 -18
  427. package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_2.html +0 -19
  428. package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_3.html +0 -22
  429. package/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_1.html +0 -21
  430. package/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_2.html +0 -22
  431. package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_1.html +0 -16
  432. package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_2.html +0 -17
  433. package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_3.html +0 -26
  434. package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_1.html +0 -19
  435. package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_2.html +0 -20
  436. package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_PASS_1.html +0 -19
  437. package/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_1.html +0 -17
  438. package/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_2.html +0 -18
  439. package/tests/rules/oj-acc-input-aria-label/oj_input_number_PASS_1.html +0 -17
  440. package/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_1.html +0 -17
  441. package/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_2.html +0 -17
  442. package/tests/rules/oj-acc-input-aria-label/oj_input_password_PASS_1.html +0 -17
  443. package/tests/rules/oj-acc-input-aria-label/oj_input_text_3_PASS_1.html +0 -20
  444. package/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_1.html +0 -20
  445. package/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_2.html +0 -21
  446. package/tests/rules/oj-acc-input-aria-label/oj_input_text_PASS_2.html +0 -62
  447. package/tests/rules/oj-acc-input-aria-label/oj_input_text_nolabel_PASS_2.html +0 -17
  448. package/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_1.html +0 -19
  449. package/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_2.html +0 -20
  450. package/tests/rules/oj-acc-input-aria-label/oj_input_time_PASS_1.html +0 -19
  451. package/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_1.html +0 -19
  452. package/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_2.html +0 -20
  453. package/tests/rules/oj-acc-select-aria-label/aria_selectmany_PASS_1.html +0 -19
  454. package/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_1.html +0 -20
  455. package/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_2.html +0 -21
  456. package/tests/rules/oj-cca-comp-zip/zip_FAIL_1.zip +0 -1
  457. package/tests/rules/oj-cca-comp-zip/zip_FAIL_2.zip +0 -0
  458. package/tests/rules/oj-cca-comp-zip/zip_FAIL_3.zip +0 -0
  459. package/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip +0 -0
  460. package/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip +0 -0
  461. package/tests/rules/oj-cca-comp-zip/zip_FAIL_6.zip +0 -0
  462. package/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip +0 -0
  463. package/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip +0 -0
  464. package/tests/rules/oj-cca-comp-zip/zip_PASS_1.zip +0 -0
  465. package/tests/rules/oj-cca-ns-reg/oj-cca-ns-FAIL_1/component.json +0 -19
  466. package/tests/rules/oj-cca-ns-reg/oj-cca-ns-PASS_1/component.json +0 -19
  467. package/tests/rules/oj-cgbu-omc_tests/html_ojevent_FAIL_1.html +0 -15
  468. package/tests/rules/oj-cgbu-omc_tests/html_ojevent_PASS_1.html +0 -17
  469. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_1/component.json +0 -16
  470. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_10/component.json +0 -103
  471. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_11/component.json +0 -24
  472. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_12/component.json +0 -17
  473. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_13/component.json +0 -17
  474. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_14/component.json +0 -40
  475. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_15/component.json +0 -24
  476. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_16/component.json +0 -44
  477. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_17/component.json +0 -8
  478. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_18/component.json +0 -8
  479. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_19/component.json +0 -8
  480. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_2/component.json +0 -15
  481. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_20/component.json +0 -18
  482. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_21/component.json +0 -16
  483. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_22/component.json +0 -19
  484. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_3/component.json +0 -15
  485. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_4/component.json +0 -16
  486. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_5/component.json +0 -16
  487. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_6/component.json +0 -18
  488. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_7/component.json +0 -15
  489. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_8/component.json +0 -15
  490. package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_9/component.json +0 -52
  491. package/tests/rules/oj-compjson-syntax/ojcomp-PASS_1/component.json +0 -17
  492. package/tests/rules/oj-compjson-syntax/ojcomp-PASS_2/component.json +0 -88
  493. package/tests/rules/oj-compjson-syntax/ojcomp-PASS_3/component.json +0 -19
  494. package/tests/rules/oj-css-bp-dir-flow/dirflow_FAIL_1.html +0 -22
  495. package/tests/rules/oj-css-bp-dir-flow/dirflow_FAIL_2.html +0 -22
  496. package/tests/rules/oj-css-diagnose/css_FAIL_1.html +0 -14
  497. package/tests/rules/oj-css-diagnose/css_PASS_1.html +0 -14
  498. package/tests/rules/oj-css-var-override/varovr_FAIL_1.html +0 -8
  499. package/tests/rules/oj-html-5-attr-depr/attrdepr_FAIL_1.html +0 -16
  500. package/tests/rules/oj-html-5-attr-depr/attrdepr_PASS_1.html +0 -16
  501. package/tests/rules/oj-html-5-tag-depr/tagdepr_FAIL_1.html +0 -9
  502. package/tests/rules/oj-html-attr/attr_FAIL_1.html +0 -27
  503. package/tests/rules/oj-html-attr-$unique/attr_$unique1_FAIL_1.html +0 -19
  504. package/tests/rules/oj-html-attr-$unique/attr_$unique_FAIL_2.html +0 -25
  505. package/tests/rules/oj-html-attr-2def/attr2def_FAIL_1.html +0 -10
  506. package/tests/rules/oj-html-attr-2def/attr2def_PASS_1.html +0 -10
  507. package/tests/rules/oj-html-attr-json/attr-json_FAIL_1.html +0 -20
  508. package/tests/rules/oj-html-attr-json/attr-json_FAIL_2.html +0 -20
  509. package/tests/rules/oj-html-attr-json/attr-json_FAIL_3.html +0 -20
  510. package/tests/rules/oj-html-attr-json/attr-json_PASS_1.html +0 -20
  511. package/tests/rules/oj-html-attr-json/attr-json_PASS_2.html +0 -20
  512. package/tests/rules/oj-html-attr-json/attr-json_PASS_3.html +0 -8
  513. package/tests/rules/oj-html-attr-prefix-expr/attrprefixexpr_FAIL_1.html +0 -10
  514. package/tests/rules/oj-html-attr-prefix-expr/attrprefixexpr_PASS_1.html +0 -10
  515. package/tests/rules/oj-html-attr-prefix-ro/attrprefixro_FAIL_1.html +0 -10
  516. package/tests/rules/oj-html-attr-prefix-ro/attrprefixro_PASS_1.html +0 -10
  517. package/tests/rules/oj-html-attr-req/attrreq_FAIL_1.html +0 -17
  518. package/tests/rules/oj-html-attr-req/attrreq_FAIL_2.html +0 -13
  519. package/tests/rules/oj-html-attr-req/attrreq_FAIL_3.html +0 -8
  520. package/tests/rules/oj-html-attr-req/attrreq_FAIL_4.html +0 -13
  521. package/tests/rules/oj-html-attr-req/attrreq_FAIL_5.html +0 -17
  522. package/tests/rules/oj-html-attr-req/attrreq_PASS_1.html +0 -24
  523. package/tests/rules/oj-html-attr-req/attrreq_PASS_2.html +0 -24
  524. package/tests/rules/oj-html-attr-req/attrreq_PASS_3.html +0 -10
  525. package/tests/rules/oj-html-attr-req/attrreq_PASS_4.html +0 -11
  526. package/tests/rules/oj-html-bindforeach-data/bindforeach_data_FAIL_1.html +0 -19
  527. package/tests/rules/oj-html-bindforeach-data/bindforeach_data_PASS_1.html +0 -10
  528. package/tests/rules/oj-html-bindif-test/bindif_test_FAIL_1.html +0 -22
  529. package/tests/rules/oj-html-bindif-test/bindif_test_PASS_1.html +0 -11
  530. package/tests/rules/oj-html-binding-attr/binding-foreach_FAIL_2.html +0 -28
  531. package/tests/rules/oj-html-binding-attr/binding-if_FAIL_1.html +0 -23
  532. package/tests/rules/oj-html-binding-attr/binding-if_PASS_1.html +0 -23
  533. package/tests/rules/oj-html-cca-count/cca-count_FAIL_1.html +0 -119
  534. package/tests/rules/oj-html-cca-tagname/ccatag_FAIL_1.html +0 -7
  535. package/tests/rules/oj-html-cca-tagname/ccatag_PASS_1.html +0 -7
  536. package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_1.html +0 -8
  537. package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_2.html +0 -8
  538. package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_3.html +0 -8
  539. package/tests/rules/oj-html-cca-tagname/tag_ns_PASS_1.html +0 -10
  540. package/tests/rules/oj-html-cdn/html_cdn_FAIL_1.html +0 -18
  541. package/tests/rules/oj-html-cspexpr/cspexpr_FAIL_1.html +0 -14
  542. package/tests/rules/oj-html-cspexpr/cspexpr_FAIL_2.html +0 -10
  543. package/tests/rules/oj-html-cspexpr/cspexpr_PASS_1.html +0 -23
  544. package/tests/rules/oj-html-cspexpr/cspexpr_PASS_2.html +0 -10
  545. package/tests/rules/oj-html-cspexpr/cspexpr_PASS_3.html +0 -13
  546. package/tests/rules/oj-html-dlg-title/dlgtitle_FAIL_1.html +0 -12
  547. package/tests/rules/oj-html-dlg-title/dlgtitle_PASS_1.html +0 -12
  548. package/tests/rules/oj-html-form-noflex/noflex_FAIL_1.html +0 -10
  549. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_1.html +0 -20
  550. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_2.html +0 -13
  551. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_3.html +0 -16
  552. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_4.html +0 -13
  553. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_1.html +0 -6
  554. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_2.html +0 -7
  555. package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_3.html +0 -7
  556. package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_1.html +0 -37
  557. package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_2.html +0 -34
  558. package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_3.html +0 -27
  559. package/tests/rules/oj-html-jq-databind/jq-databind_PASS_1.html +0 -30
  560. package/tests/rules/oj-html-ko-comment/ko-comment_FAIL_1.html +0 -47
  561. package/tests/rules/oj-html-ko-comment/ko-comment_FAIL_2.html +0 -36
  562. package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_1.html +0 -24
  563. package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_2.html +0 -36
  564. package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_3.html +0 -29
  565. package/tests/rules/oj-html-label-for-prefix/for_FAIL_1.html +0 -8
  566. package/tests/rules/oj-html-label-for-prefix/for_PASS_1.html +0 -8
  567. package/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_1.html +0 -12
  568. package/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_2.html +0 -11
  569. package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_1.html +0 -14
  570. package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_2.html +0 -5
  571. package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_3.html +0 -12
  572. package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_5.html +0 -6
  573. package/tests/rules/oj-html-nonvoid-close/close_FAIL_1.html +0 -28
  574. package/tests/rules/oj-html-nonvoid-close/close_FAIL_2.html +0 -14
  575. package/tests/rules/oj-html-nonvoid-close/close_FAIL_3.html +0 -13
  576. package/tests/rules/oj-html-nonvoid-close/close_FAIL_5.html +0 -28
  577. package/tests/rules/oj-html-nonvoid-close/close_FAIL_6.html +0 -28
  578. package/tests/rules/oj-html-nonvoid-close/close_PASS_1.html +0 -7
  579. package/tests/rules/oj-html-oj-lib/oj_lib_FAIL_1.html +0 -15
  580. package/tests/rules/oj-html-ojattr/ojattr_PASS_1.html +0 -8
  581. package/tests/rules/oj-html-ojattr/ojattr_PASS_2.html +0 -10
  582. package/tests/rules/oj-html-ojattr/ojattr_PASS_3.html +0 -7
  583. package/tests/rules/oj-html-ojattr/ojattr_PASS_4.html +0 -7
  584. package/tests/rules/oj-html-ojattr-deprecated/ojattr-dep_FAIL1.html +0 -156
  585. package/tests/rules/oj-html-ojattr-enum-deprecated/enum_FAIL_1.html +0 -19
  586. package/tests/rules/oj-html-ojattr-enum-deprecated/enum_FAIL_2.html +0 -20
  587. package/tests/rules/oj-html-ojattr-enum-deprecated/enum_PASS_1.html +0 -25
  588. package/tests/rules/oj-html-ojattr-evt-syntax/evt-attr-syntax_FAIL_1.html +0 -6
  589. package/tests/rules/oj-html-ojattr-evt-syntax/evt-attr-syntax_PASS_1.html +0 -6
  590. package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_1.html +0 -26
  591. package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_2.html +0 -26
  592. package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_3.html +0 -8
  593. package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_4.html +0 -8
  594. package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_5.html +0 -8
  595. package/tests/rules/oj-html-ojattr-value/attr-value_PASS_1.html +0 -26
  596. package/tests/rules/oj-html-ojattr-value/attr-value_PASS_2.html +0 -8
  597. package/tests/rules/oj-html-ojattr-value/attr-value_PASS_3.html +0 -7
  598. package/tests/rules/oj-html-ojattr-value/attr-value_PASS_6.html +0 -7
  599. package/tests/rules/oj-html-ojattr-value/attr-value_PASS_7.html +0 -10
  600. package/tests/rules/oj-html-ojattr-value/attr_value_PASS_4.html +0 -7
  601. package/tests/rules/oj-html-ojattr-value/attr_value_PASS_5.html +0 -9
  602. package/tests/rules/oj-html-ojslot/ojslot_FAIL_1.html +0 -11
  603. package/tests/rules/oj-html-ojslot/ojslot_PASS_1.html +0 -12
  604. package/tests/rules/oj-html-ojstyle/style_FAIL_1.html +0 -103
  605. package/tests/rules/oj-html-ojstyle/style_PASS_2.html +0 -7
  606. package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_1.html +0 -10
  607. package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_2.html +0 -18
  608. package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_3.html +0 -10
  609. package/tests/rules/oj-html-ojtag-datacmd/datacmd_PASS_1.html +0 -28
  610. package/tests/rules/oj-html-ojtag-datacmd/datacmd_PASS_2.html +0 -15
  611. package/tests/rules/oj-html-ojtag-datactx/datactx_FAIL_1.html +0 -14
  612. package/tests/rules/oj-html-ojtag-datactx/datactx_PASS_1.html +0 -14
  613. package/tests/rules/oj-html-ojtag-globattr-noprefix/globattr-noprefix_FAIL_1.html +0 -36
  614. package/tests/rules/oj-html-ojtag-nonglobattr-prefix/nonglobattr-prefix_FAIL_1.html +0 -26
  615. package/tests/rules/oj-html-slot-name/slot_name.FAIL_1.html +0 -24
  616. package/tests/rules/oj-html-slot-name/slot_name.FAIL_2.html +0 -46
  617. package/tests/rules/oj-html-slot-name/slot_name.FAIL_3.html +0 -10
  618. package/tests/rules/oj-html-slot-name/slot_name.PASS_1.html +0 -24
  619. package/tests/rules/oj-html-slot-name/slot_name.PASS_2.html +0 -39
  620. package/tests/rules/oj-html-slot-name/slot_name.PASS_3.html +0 -10
  621. package/tests/rules/oj-html-slot-name/slot_name_PASS_4.html +0 -16
  622. package/tests/rules/oj-html-slot-name/slot_name_PASS_5.html +0 -11
  623. package/tests/rules/oj-html-slot-name/slot_name_PASS_6.html +0 -14
  624. package/tests/rules/oj-html-slot-name/slot_name_PASS_7.html +0 -10
  625. package/tests/rules/oj-html-style/style_FAIL_1.html +0 -7
  626. package/tests/rules/oj-html-style/style_PASS_1.html +0 -12
  627. package/tests/rules/oj-html-style/style_PASS_2.html +0 -7
  628. package/tests/rules/oj-html-style-bp-color/color-FAIL_1.html +0 -17
  629. package/tests/rules/oj-html-style-bp-color/color-FAIL_2.html +0 -15
  630. package/tests/rules/oj-html-style-bp-color/color-FAIL_3.html +0 -7
  631. package/tests/rules/oj-html-style-bp-color/color-PASS_1.html +0 -7
  632. package/tests/rules/oj-html-style-bp-font-family/fam_FAIL_1.html +0 -23
  633. package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_1.html +0 -15
  634. package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_2.html +0 -9
  635. package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_PASS_1.html +0 -9
  636. package/tests/rules/oj-html-unsup-theme/unsup_FAIL_1.html +0 -8
  637. package/tests/rules/oj-html-wctag-for/for_FAIL_1.html +0 -8
  638. package/tests/rules/oj-html-wctag-for/for_PASS_1.html +0 -8
  639. package/tests/rules/oj-js-comp-attr-deprecated/attr-del_FAIL_1.js +0 -20
  640. package/tests/rules/oj-js-comp-attr-deprecated/attr-dep_FAIL_1.js +0 -20
  641. package/tests/rules/oj-js-comp-meth-deprecated/meth-del_FAIL_1.js +0 -20
  642. package/tests/rules/oj-js-comp-meth-deprecated/meth-dep_FAIL_1.js +0 -20
  643. package/tests/rules/oj-js-define-promise/def-prom_FAIL_1.js +0 -16
  644. package/tests/rules/oj-js-define-promise/def-prom_FAIL_2.js +0 -16
  645. package/tests/rules/oj-js-diagnose/es6_PASS_1.js +0 -24
  646. package/tests/rules/oj-js-diagnose/js_FAIL_1.js +0 -12
  647. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_1.js +0 -30
  648. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_2.js +0 -23
  649. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_3.js +0 -22
  650. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_4.js +0 -20
  651. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_5.js +0 -24
  652. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_6.js +0 -30
  653. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_7.js +0 -15
  654. package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_8.js +0 -16
  655. package/tests/rules/oj-js-no-ext-final/noextfinal_PASS_1.js +0 -17
  656. package/tests/rules/oj-js-no-ext-final/noextfinal_PASS_2.js +0 -17
  657. package/tests/rules/oj-js-noconsole/nocons_FAIL_1.js +0 -11
  658. package/tests/rules/oj-js-ojcomp-deprecated/jscomp_FAIL_1.js +0 -27
  659. package/tests/rules/oj-json-syntax/json_FAIL_1.json +0 -8
  660. package/tests/rules/oj-json-syntax/json_FAIL_2.json +0 -12
  661. package/tests/rules/oj-json-syntax/json_PASS_1.json +0 -25
  662. package/tests/rules/oj-json-syntax/json_PASS_2.json +0 -12
  663. package/tests/rules/oj-json-syntax/json_PASS_3.json +0 -14
  664. package/tests/rules/ojcompjson/attrreq_FAIL_1/component.json +0 -69
  665. package/tests/rules/pack-compjson/audit-pack/component-1/component-1-view.html +0 -6
  666. package/tests/rules/pack-compjson/audit-pack/component-1/component-1-viewModel.js +0 -56
  667. package/tests/rules/pack-compjson/audit-pack/component-1/component.json +0 -13
  668. package/tests/rules/pack-compjson/audit-pack/component-1/loader.js +0 -20
  669. package/tests/rules/pack-compjson/audit-pack/component-1/resources/nls/component-1-strings.js +0 -18
  670. package/tests/rules/pack-compjson/audit-pack/component-2/component-2-view.html +0 -5
  671. package/tests/rules/pack-compjson/audit-pack/component-2/component-2-viewModel.js +0 -56
  672. package/tests/rules/pack-compjson/audit-pack/component-2/component.json +0 -13
  673. package/tests/rules/pack-compjson/audit-pack/component-2/loader.js +0 -20
  674. package/tests/rules/pack-compjson/audit-pack/component-2/resources/nls/component-1-strings.js +0 -18
  675. package/tests/rules/pack-compjson/audit-pack/component.json +0 -12
  676. package/tests/rules/pack-compjson/audit-singleton-1/audit-singleton-1-view.html +0 -5
  677. package/tests/rules/pack-compjson/audit-singleton-1/audit-singleton-1-viewModel.js +0 -56
  678. package/tests/rules/pack-compjson/audit-singleton-1/component.json +0 -20
  679. package/tests/rules/pack-compjson/audit-singleton-1/loader.js +0 -20
  680. package/tests/rules/pack-compjson/audit-singleton-1/resources/nls/audit-singleton-1-strings.js +0 -18
  681. package/tests/rules/pack-compjson/audit-singleton-2/audit-singleton-2-view.html +0 -8
  682. package/tests/rules/pack-compjson/audit-singleton-2/audit-singleton-2-viewModel.js +0 -56
  683. package/tests/rules/pack-compjson/audit-singleton-2/component.json +0 -15
  684. package/tests/rules/pack-compjson/audit-singleton-2/loader.js +0 -20
  685. package/tests/rules/pack-compjson/audit-singleton-2/resources/nls/audit-singleton-2-strings.js +0 -18
  686. package/tests/rules/parse-html/proc_instr.html +0 -9
  687. package/tests/rules/spoc-dom-manip/dom-manip_FAIL_1.js +0 -113
  688. package/tests/rules/spoc-dom-manip/dom-manip_FAIL_2.js +0 -151
  689. package/tests/rules/spoc-dom-manip/dom-manip_PASS_1.js +0 -149
  690. package/tests/rules/spoc-dom-manip/dom-manip_PASS_2.js +0 -147
  691. package/tests/rules/spoc-dom-manip/dom-manip_PASS_3.js +0 -147
  692. package/tests/rules/spoc-dom-manip/dom-manip_PASS_4.js +0 -20
  693. package/tests/rules/spoc-dom-manip/dom-manip_PASS_5.js +0 -246
  694. package/tests/rules/tab-tests/tab-test_FAIL_1.html +0 -37
  695. package/tests/rules/tab-tests/tab-test_FAIL_2.html +0 -8
  696. package/tests/rules/webcomptests/jet-composites/oj-html-wctag-$props/prop_PASS_1.html +0 -8
  697. package/tests/rules/webcomptests/jet-composites/oj-html-wctag-$props/prop_PASS_2.html +0 -8
  698. package/tests/rules/webcomptests/jet-composites/oj-html-wctag-for/for_FAIL_1.html +0 -8
  699. package/tests/rules/webcomptests/jet-composites/oj-html-wctag-for/for_PASS_1.html +0 -8
  700. package/tests/src/JetTest.js +0 -1
  701. package/tests/src/server.js +0 -1
  702. package/tests/test.js +0 -1
@@ -1 +0,0 @@
1
- {"reported":[{"file":null,"issues":[{"severity":"critical","msg":"Hook phase 'startup' type: 'startup' received","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"Hook phase 'startup' type: 'startup' - value = 1","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"RP Hook phase 'startupRP': - rulepack prefix: HOOK","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"Hook phase 'startupRP' type: 'startupRP' - value = 2","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"}]},{"file":"/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-avatar> 'aria-labelledby' attribute 'person' has no matching element with same id","msgId":"JET-2130","position":{"row":14,"col":32,"start":466,"end":480},"$hook":false,"rule":"oj-acc-aria-labelledby"}]},{"file":"/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_2.html","issues":[{"severity":"blocker","msg":"<oj-avatar> 'aria-labelledby' attribute 'person' has no matching element with same id","msgId":"JET-2130","position":{"row":14,"col":32,"start":466,"end":474},"$hook":false,"rule":"oj-acc-aria-labelledby"}]},{"file":"/tests/rules/oj-acc-aria-prop/aria_prop_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-avatar> 'aria-foo' is not a valid WAI-ARIA definition","msgId":"JET-2160","position":{"row":13,"col":32,"start":417,"end":424},"$hook":false,"rule":"oj-acc-aria-prop"}]},{"file":"/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_FAIL_1.html","issues":[{"severity":"blocker","msg":"'role' attribute of 'img' specified on <oj-avatar>, but 'aria-label' or 'aria-labelledby' is missing","msgId":"JET-2140","position":{"row":13,"col":32,"start":400,"end":403},"$hook":false,"rule":"oj-acc-avatar-aria-role"},{"severity":"minor","msg":"Unexpected double-quote found","msgId":"JAF-1020","position":{"row":13,"col":88,"start":456,"end":456},"$hook":false,"rule":"jaf-html-diagnose"}]},{"file":"/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":10,"col":32,"start":186,"end":187},"$hook":false,"rule":"oj-acc-combobox-aria-label"}]},{"file":"/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_2.html","issues":[{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":11,"col":28,"start":255,"end":256},"$hook":false,"rule":"oj-acc-combobox-aria-label"}]},{"file":"/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-combobox-one> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":10,"col":28,"start":184,"end":185},"$hook":false,"rule":"oj-acc-combobox-aria-label"}]},{"file":"/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-combobox-one> 'id' attribute \"combobox1\" has matching <label> - <oj-label> preferred","msgId":"JET-2080","position":{"row":11,"col":28,"start":199,"end":200},"$hook":false,"rule":"oj-acc-combobox-aria-label"}]},{"file":"/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_1.html","issues":[{"severity":"blocker","msg":"'aria-label' or 'aria-labelledby' missing on <oj-film-strip>","msgId":"JET-2150","position":{"row":10,"col":9,"start":227,"end":239},"$hook":false,"rule":"oj-acc-film-strip-aria-label"},{"severity":"critical","msg":"<oj-film-strip> attribute 'zaria-label' is unknown","msgId":"JET-0040","position":{"row":11,"col":23,"start":279,"end":289},"$hook":false,"rule":"oj-html-ojattr"}]},{"file":"/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_2.html","issues":[{"severity":"blocker","msg":"<oj-film-strip> 'aria-labelledby' attribute 'Set' has no matching element with same id","msgId":"JET-2130","position":{"row":11,"col":23,"start":261,"end":275},"$hook":false,"rule":"oj-acc-aria-labelledby"},{"severity":"blocker","msg":"<oj-film-strip> 'aria-labelledby' attribute 'of' has no matching element with same id","msgId":"JET-2130","position":{"row":11,"col":23,"start":261,"end":275},"$hook":false,"rule":"oj-acc-aria-labelledby"},{"severity":"blocker","msg":"<oj-film-strip> 'aria-labelledby' attribute 'chemicals' has no matching element with same id","msgId":"JET-2130","position":{"row":11,"col":23,"start":261,"end":275},"$hook":false,"rule":"oj-acc-aria-labelledby"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-date> 'id' attribute \"date\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":11,"col":26,"start":222,"end":223},"$hook":false,"rule":"oj-acc-input-aria-label"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":17,"col":17,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-date> 'id' attribute \"date\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":12,"col":26,"start":282,"end":283},"$hook":false,"rule":"oj-acc-input-aria-label"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":18,"col":17,"start":452,"end":460},"$hook":false,"rule":"oj-html-ko-databind"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-date-time> 'id' attribute \"datetimepickercontrol\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":14,"col":37,"start":368,"end":369},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-date-time> 'id' attribute \"datetimepickercontrol\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":15,"col":37,"start":428,"end":429},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-number> 'id' attribute \"borderWidth1\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":13,"col":29,"start":290,"end":291},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-number> 'id' attribute \"borderWidth1\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":14,"col":29,"start":350,"end":351},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-password> 'id' attribute \"password2\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":12,"col":30,"start":307,"end":308},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-password> 'id' attribute \"password2\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":13,"col":30,"start":370,"end":371},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-text> 'id' attribute \"color\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":11,"col":31,"start":234,"end":235},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-text> 'id' attribute \"color\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":12,"col":31,"start":301,"end":302},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-input-time> 'id' attribute \"timepickercontrol\" has no matching <oj-label>","msgId":"JET-2020","position":{"row":14,"col":32,"start":355,"end":356},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-input-time> 'id' attribute \"timepickercontrol\" has matching <label> - <oj-label> preferred","msgId":"JET-2000","position":{"row":15,"col":32,"start":415,"end":416},"$hook":false,"rule":"oj-acc-input-aria-label"}]},{"file":"/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-select-many> 'id' attribute \"basicSelect\" has no matching <oj-label>","msgId":"JET-2060","position":{"row":10,"col":27,"start":269,"end":270},"$hook":false,"rule":"oj-acc-select-aria-label"}]},{"file":"/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_2.html","issues":[{"severity":"info","msg":"<oj-select-many> 'id' attribute \"basicSelect\" has matching <label> - <oj-label> preferred","msgId":"JET-2040","position":{"row":11,"col":27,"start":334,"end":335},"$hook":false,"rule":"oj-acc-select-aria-label"}]},{"file":"/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-label> attribute 'oj-what' is unknown","msgId":"JET-0040","position":{"row":10,"col":21,"start":181,"end":187},"$hook":false,"rule":"oj-html-ojattr"},{"severity":"major","msg":"<oj-select-one> is deprecated. Please use <oj-select-single> instead.","msgId":"JET-0010","position":{"row":11,"col":12,"start":247,"end":259},"$hook":false,"rule":"oj-html-ojtag-deprecated"},{"severity":"blocker","msg":"<oj-select-one> 'id' attribute \"basicSelect\" has no matching <oj-label>","msgId":"JET-2060","position":{"row":11,"col":26,"start":261,"end":262},"$hook":false,"rule":"oj-acc-select-aria-label"}]},{"file":"/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_2.html","issues":[{"severity":"major","msg":"<oj-select-one> is deprecated. Please use <oj-select-single> instead.","msgId":"JET-0010","position":{"row":12,"col":12,"start":320,"end":332},"$hook":false,"rule":"oj-html-ojtag-deprecated"},{"severity":"info","msg":"<oj-select-one> 'id' attribute \"basicSelect\" has matching <label> - <oj-label> preferred","msgId":"JET-2040","position":{"row":12,"col":26,"start":334,"end":335},"$hook":false,"rule":"oj-acc-select-aria-label"}]},{"file":"/tests/rules/oj-cgbu-omc_tests/html_ojevent_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-cgbu-omc-reference> event 'on-omc-valuex-changed' is unknown","msgId":"JET-0090","position":{"row":8,"col":8,"start":284,"end":304},"$hook":false,"rule":"oj-html-ojevent"},{"severity":"critical","msg":"<oj-cgbu-omc-reference> event 'on-omc-initial-valuex' is unknown","msgId":"JET-0090","position":{"row":9,"col":8,"start":333,"end":353},"$hook":false,"rule":"oj-html-ojevent"}]},{"file":"/tests/rules/oj-css-diagnose/css_FAIL_1.html","issues":[{"severity":"minor","msg":"(SyntaxError) Parse error: Unexpected input (near: '.container { bad: {')","msgId":"JAF-1010","position":{"row":5,"col":28,"start":78,"end":79},"$hook":false,"rule":"jaf-css-diagnose"}]},{"file":"/tests/rules/oj-html-5-attr-depr/attrdepr_FAIL_1.html","issues":[{"severity":"major","msg":"Attribute 'language' is obsolete for <script> in HTML5","msgId":"JET-0410","position":{"row":7,"col":13,"start":203,"end":210},"$hook":false,"rule":"oj-html-5-attr-obs"},{"severity":"major","msg":"Attribute 'border' is obsolete for <img> in HTML5","msgId":"JET-0410","position":{"row":11,"col":14,"start":296,"end":301},"$hook":false,"rule":"oj-html-5-attr-obs"},{"severity":"major","msg":"Attribute 'name' is obsolete for <a> in HTML5","msgId":"JET-0410","position":{"row":12,"col":12,"start":326,"end":329},"$hook":false,"rule":"oj-html-5-attr-obs"},{"severity":"major","msg":"Attribute 'name' is obsolete for <a> in HTML5","msgId":"JET-0410","position":{"row":13,"col":21,"start":368,"end":371},"$hook":false,"rule":"oj-html-5-attr-obs"}]},{"file":"/tests/rules/oj-html-5-tag-depr/tagdepr_FAIL_1.html","issues":[{"severity":"major","msg":"Element <blink> is obsolete in HTML5","msgId":"JET-0400","position":{"row":4,"col":7,"start":41,"end":45},"$hook":false,"rule":"oj-html-5-tag-obs"},{"severity":"major","msg":"Element <tt> is obsolete in HTML5","msgId":"JET-0400","position":{"row":5,"col":7,"start":74,"end":75},"$hook":false,"rule":"oj-html-5-tag-obs"},{"severity":"major","msg":"Element <marquee> is obsolete in HTML5","msgId":"JET-0400","position":{"row":6,"col":7,"start":97,"end":103},"$hook":false,"rule":"oj-html-5-tag-obs"},{"severity":"major","msg":"Element <strike> is obsolete in HTML5","msgId":"JET-0400","position":{"row":7,"col":7,"start":135,"end":140},"$hook":false,"rule":"oj-html-5-tag-obs"}]},{"file":"/tests/rules/oj-html-attr-$unique/attr_$unique_FAIL_2.html","issues":[{"severity":"major","msg":"Deprecated style class 'oj-form-layout' (since 7.0.1). This class was originally added for CSS based form layout. Use the oj-form-layout component instead.","msgId":"JET-5010","position":{"row":11,"col":12,"start":213,"end":217},"$hook":false,"rule":"oj-html-style-deprecated"},{"severity":"major","msg":"Deprecated style class 'oj-form' (since 7.0.1). This class was originally added for CSS based form layout. Use the oj-form-layout component instead.","msgId":"JET-5010","position":{"row":12,"col":15,"start":252,"end":256},"$hook":false,"rule":"oj-html-style-deprecated"},{"severity":"major","msg":"Deprecated style class 'oj-md-labels-inline' (since 7.0.1). This class was originally added for CSS based form layout. Use the oj-form-layout component instead.","msgId":"JET-5010","position":{"row":12,"col":15,"start":252,"end":256},"$hook":false,"rule":"oj-html-style-deprecated"}]},{"file":"/tests/rules/oj-html-attr-$unique/attr_$unique1_FAIL_1.html","issues":[{"severity":"minor","msg":"<some-element> is not a known non-JET component","msgId":"JET-2200","position":{"row":10,"col":8,"start":144,"end":155},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"major","msg":"<some-element> data-bind attribute uses $unique. When generating or referencing element IDs, $uniqueId should be used in preference to $unique to guarantee stable UI's for testing.","msgId":"JET-0170","position":{"row":10,"col":21,"start":157,"end":165},"$hook":false,"rule":"oj-html-attr-$unique"},{"severity":"minor","msg":"<some-element> is not a known non-JET component","msgId":"JET-2200","position":{"row":11,"col":8,"start":240,"end":251},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"major","msg":"<some-element> data-bind attribute uses $unique. When generating or referencing element IDs, $uniqueId should be used in preference to $unique to guarantee stable UI's for testing.","msgId":"JET-0170","position":{"row":11,"col":21,"start":253,"end":261},"$hook":false,"rule":"oj-html-attr-$unique"},{"severity":"minor","msg":"<some-element> is not a known non-JET component","msgId":"JET-2200","position":{"row":12,"col":8,"start":323,"end":334},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"major","msg":"<some-element> data-bind attribute uses $unique. When generating or referencing element IDs, $uniqueId should be used in preference to $unique to guarantee stable UI's for testing.","msgId":"JET-0170","position":{"row":12,"col":21,"start":336,"end":344},"$hook":false,"rule":"oj-html-attr-$unique"},{"severity":"minor","msg":"<some-element> is not a known non-JET component","msgId":"JET-2200","position":{"row":13,"col":8,"start":406,"end":417},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"major","msg":"<some-element> data-bind attribute uses $unique. When generating or referencing element IDs, $uniqueId should be used in preference to $unique to guarantee stable UI's for testing.","msgId":"JET-0170","position":{"row":13,"col":21,"start":419,"end":427},"$hook":false,"rule":"oj-html-attr-$unique"},{"severity":"minor","msg":"<some-element> is not a known non-JET component","msgId":"JET-2200","position":{"row":16,"col":8,"start":641,"end":652},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"major","msg":"<some-element> - found use of $unique. When generating or referencing element IDs, $uniqueId should be used in preference to $unique to guarantee stable UI's for testing.","msgId":"JET-0180","position":{"row":16,"col":21,"start":654,"end":656},"$hook":false,"rule":"oj-html-attr-$unique"}]},{"file":"/tests/rules/oj-html-attr-2def/attr2def_FAIL_1.html","issues":[{"severity":"minor","msg":"<div> contains attributes 'id' and ':id'","msgId":"JET-0070","position":{"row":7,"col":12,"start":69,"end":70},"$hook":false,"rule":"oj-html-attr-2def"}]},{"file":"/tests/rules/oj-html-attr-json/attr-json_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' containing JSON must be delimited with single-quotes.","msgId":"JET-0020","position":{"row":10,"col":17,"start":255,"end":268},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"/tests/rules/oj-html-attr-json/attr-json_FAIL_2.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' JSON error : (Unexpected token w in JSON at position 93)","msgId":"JET-0021","position":{"row":10,"col":17,"start":252,"end":265},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"/tests/rules/oj-html-attr-json/attr-json_FAIL_3.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' containing JSON must be delimited with single-quotes.","msgId":"JET-0020","position":{"row":10,"col":17,"start":255,"end":268},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"/tests/rules/oj-html-attr-prefix-expr/attrprefixexpr_FAIL_1.html","issues":[{"severity":"major","msg":"Colon-prefixed attribute ':foo' is not a read-only '[[...]]' or read-write '{{...}} expression","msgId":"JET-0075","position":{"row":7,"col":12,"start":69,"end":72},"$hook":false,"rule":"oj-html-attr-prefix-expr"}]},{"file":"/tests/rules/oj-html-attr-prefix-ro/attrprefixro_FAIL_1.html","issues":[{"severity":"info","msg":"Colon-prefixed attribute ':foo' should use read-only '[[...]]' in preference to '{{...}}'","msgId":"JET-0073","position":{"row":7,"col":12,"start":69,"end":72},"$hook":false,"rule":"oj-html-attr-prefix-ro"}]},{"file":"/tests/rules/oj-html-attr-req/attrreq_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-option> attribute 'zvalue' is unknown","msgId":"JET-0040","position":{"row":8,"col":37,"start":260,"end":265},"$hook":false,"rule":"oj-html-ojattr"},{"severity":"major","msg":"Deprecated style class 'oj-fwk-icon' (since 9.0.0). Replace with Alta or Redwood icons, or use apex (https://apex.oracle.com/fontapex/) or font awesome (https://fontawesome.com/icons).","msgId":"JET-5010","position":{"row":9,"col":21,"start":300,"end":304},"$hook":false,"rule":"oj-html-style-deprecated"},{"severity":"major","msg":"Deprecated style class 'oj-fwk-icon-arrow-n' (since 9.0.0). Replace with Alta or Redwood icons, or use apex (https://apex.oracle.com/fontapex/) or font awesome (https://fontawesome.com/icons).","msgId":"JET-5010","position":{"row":9,"col":21,"start":300,"end":304},"$hook":false,"rule":"oj-html-style-deprecated"}]},{"file":"/tests/rules/oj-html-attr-req/attrreq_FAIL_2.html","issues":[{"severity":"blocker","msg":"Required attribute 'req1' is missing on <attr-req-test>","msgId":"JET-0077","position":{"row":5,"col":9,"start":47,"end":59},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"blocker","msg":"Required attribute 'req2' is missing on <attr-req-test>","msgId":"JET-0077","position":{"row":5,"col":9,"start":47,"end":59},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"blocker","msg":"Required attribute 'req3.subprop2.subprop2a' is missing on <attr-req-test>","msgId":"JET-0077","position":{"row":5,"col":9,"start":47,"end":59},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"blocker","msg":"Required attribute 'req4.bbb.ccc' is missing on <attr-req-test>","msgId":"JET-0077","position":{"row":5,"col":9,"start":47,"end":59},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"critical","msg":"<attr-req-test> attribute 'notreq' is unknown","msgId":"JET-0040","position":{"row":5,"col":23,"start":61,"end":66},"$hook":false,"rule":"oj-html-ojattr"},{"severity":"blocker","msg":"Required attribute 'req4.bbb.ccc' is missing on <attr-req-test>","msgId":"JET-0077","position":{"row":7,"col":9,"start":105,"end":117},"$hook":false,"rule":"oj-html-attr-req"}]},{"file":"/tests/rules/oj-html-attr-req/attrreq_FAIL_3.html","issues":[{"severity":"blocker","msg":"1 required attribute: 'map-provider.properties-keys.id' missing on <oj-thematic-map>","msgId":"JET-0077","position":{"row":5,"col":8,"start":46,"end":60},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"blocker","msg":"Required attribute 'map-provider.properties-keys.id' is missing on <oj-thematic-map>","msgId":"JET-0077","position":{"row":6,"col":8,"start":90,"end":104},"$hook":false,"rule":"oj-html-attr-req"}]},{"file":"/tests/rules/oj-html-attr-req/attrreq_FAIL_4.html","issues":[{"severity":"blocker","msg":"Required attribute 'minor-axis.scale' is missing on <oj-gantt>","msgId":"JET-0077","position":{"row":7,"col":13,"start":142,"end":149},"$hook":false,"rule":"oj-html-attr-req"},{"severity":"blocker","msg":"Required attribute 'start' is missing on <oj-gantt>","msgId":"JET-0077","position":{"row":7,"col":13,"start":142,"end":149},"$hook":false,"rule":"oj-html-attr-req"}]},{"file":"/tests/rules/oj-html-attr-req/attrreq_FAIL_5.html","issues":[{"severity":"blocker","msg":"3 required attributes: 'end', 'minor-axis.scale', 'start' missing on <oj-timeline>","msgId":"JET-0077","position":{"row":7,"col":8,"start":50,"end":60},"$hook":false,"rule":"oj-html-attr-req"}]},{"file":"/tests/rules/oj-html-attr/attr_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-avatar> - invalid colon-prefixed attribute ':'","msgId":"JET-0040","position":{"row":15,"col":74,"start":562,"end":562},"$hook":false,"rule":"oj-html-ojattr"},{"severity":"major","msg":"Use of attribute expression with an unprefixed global attribute 'title' is invalid for <oj-avatar>","msgId":"JET-0200","position":{"row":16,"col":14,"start":578,"end":582},"$hook":false,"rule":"oj-html-ojtag-globattr-noprefix"}]},{"file":"/tests/rules/oj-html-bindforeach-data/bindforeach_data_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-bind-for-each> 'data' attribute : read-only '[[...]]' expression expected","msgId":"JET-0165","position":{"row":7,"col":25,"start":163,"end":166},"$hook":false,"rule":"oj-html-bindforeach-data"},{"severity":"minor","msg":"<oj-bind-for-each> 'data' attribute : read-only '[[...]]' expression preferred","msgId":"JET-0165","position":{"row":10,"col":25,"start":243,"end":247},"$hook":false,"rule":"oj-html-bindforeach-data"},{"severity":"minor","msg":"Use of attribute expression with non-global prefixed attribute ':data' is invalid for <oj-bind-for-each>","msgId":"JET-0210","position":{"row":10,"col":25,"start":243,"end":247},"$hook":false,"rule":"oj-html-ojtag-nonglobattr-prefix"},{"severity":"info","msg":"Colon-prefixed attribute ':data' should use read-only '[[...]]' in preference to '{{...}}'","msgId":"JET-0073","position":{"row":10,"col":25,"start":243,"end":247},"$hook":false,"rule":"oj-html-attr-prefix-ro"},{"severity":"blocker","msg":"<oj-bind-for-each> 'data' attribute : read-only '[[...]]' expression expected","msgId":"JET-0165","position":{"row":13,"col":25,"start":328,"end":331},"$hook":false,"rule":"oj-html-bindforeach-data"},{"severity":"blocker","msg":"<oj-bind-for-each> 'data' attribute missing","msgId":"JET-0165","position":{"row":16,"col":8,"start":372,"end":387},"$hook":false,"rule":"oj-html-bindforeach-data"}]},{"file":"/tests/rules/oj-html-bindif-test/bindif_test_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-bind-if> 'test' attribute : read-only '[[...]]' expression expected","msgId":"JET-0163","position":{"row":7,"col":18,"start":159,"end":162},"$hook":false,"rule":"oj-html-bindif-test"},{"severity":"blocker","msg":"<oj-bind-if> 'test' attribute : read-only '[[...]]' expression expected","msgId":"JET-0163","position":{"row":10,"col":18,"start":242,"end":246},"$hook":false,"rule":"oj-html-bindif-test"},{"severity":"major","msg":"Colon-prefixed attribute ':test' is not a read-only '[[...]]' or read-write '{{...}} expression","msgId":"JET-0075","position":{"row":10,"col":18,"start":242,"end":246},"$hook":false,"rule":"oj-html-attr-prefix-expr"},{"severity":"minor","msg":"<oj-bind-if> 'test' attribute : read-only '[[...]]' expression preferred","msgId":"JET-0163","position":{"row":14,"col":18,"start":338,"end":341},"$hook":false,"rule":"oj-html-bindif-test"},{"severity":"blocker","msg":"<oj-bind-if> 'test' attribute : read-only '[[...]]' expression expected","msgId":"JET-0163","position":{"row":18,"col":18,"start":437,"end":440},"$hook":false,"rule":"oj-html-bindif-test"}]},{"file":"/tests/rules/oj-html-binding-attr/binding-foreach_FAIL_2.html","issues":[{"severity":"minor","msg":"Use of attribute 'id' is meaningless for binding element <oj-bind-for-each>","msgId":"JET-0160","position":{"row":14,"col":29,"start":484,"end":485},"$hook":false,"rule":"oj-html-binding-attr"}]},{"file":"/tests/rules/oj-html-binding-attr/binding-if_FAIL_1.html","issues":[{"severity":"minor","msg":"Use of attribute 'id' is meaningless for binding element <oj-bind-if>","msgId":"JET-0160","position":{"row":14,"col":23,"start":532,"end":533},"$hook":false,"rule":"oj-html-binding-attr"},{"severity":"minor","msg":"Use of attribute 'class' is meaningless for binding element <oj-bind-if>","msgId":"JET-0160","position":{"row":14,"col":35,"start":544,"end":548},"$hook":false,"rule":"oj-html-binding-attr"}]},{"file":"/tests/rules/oj-html-cca-count/cca-count_FAIL_1.html","issues":[{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-tab-bar> (5) by 1","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-toolbar> (5) by 2","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-input-date> (10) by 1","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-buttonset-*> (10) by 12","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-*-gauge> (10) by 12","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-checkboxset> (10) by 1","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-paging-control> (10) by 1","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Page exceeds recommended web component threshold count for <oj-accordion> (10) by 1","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"},{"severity":"minor","msg":"Performance - page exceeds recommended threshold count (50) of web components by 51","msgId":"JET-0270","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-cca-count"}]},{"file":"/tests/rules/oj-html-cca-tagname/ccatag_FAIL_1.html","issues":[{"severity":"minor","msg":"<oj-3dbutton> is not a known JET component","msgId":"JET-2200","position":{"row":4,"col":7,"start":41,"end":51},"$hook":false,"rule":"oj-html-cca-tagname"},{"severity":"critical","msg":"<demo-card> event 'on-oj-before-collapse' is unknown","msgId":"JET-0090","position":{"row":5,"col":17,"start":122,"end":142},"$hook":false,"rule":"oj-html-ojevent"}]},{"file":"/tests/rules/oj-html-cdn/html_cdn_FAIL_1.html","issues":[{"severity":"minor","msg":"Performance: <link> does not refer to the Content Delivery Network (CDN)","msgId":"JET-0280","position":{"row":10,"col":7,"start":226,"end":229},"$hook":false,"rule":"oj-html-cdn"},{"severity":"minor","msg":"Performance: <script> does not refer to the Content Delivery Network (CDN)","msgId":"JET-0280","position":{"row":13,"col":7,"start":405,"end":410},"$hook":false,"rule":"oj-html-cdn"}]},{"file":"/tests/rules/oj-html-cspexpr/cspexpr_FAIL_1.html","issues":[{"severity":"major","msg":"Attribute 'myattr' contains an expression that may not be compatible with all Content Security policies: Unexpected operator '=' at attribute value position 15","msgId":"JET-2210","position":{"row":6,"col":10,"start":95,"end":101},"$hook":false,"rule":"oj-html-cspexpr"},{"severity":"major","msg":"Attribute 'myattr' contains an expression that may not be compatible with all Content Security policies: Expected ':'. Found = at attribute value position 13","msgId":"JET-2210","position":{"row":8,"col":10,"start":181,"end":187},"$hook":false,"rule":"oj-html-cspexpr"}]},{"file":"/tests/rules/oj-html-cspexpr/cspexpr_FAIL_2.html","issues":[{"severity":"major","msg":"Attribute 'test' has unmatched expression delimiters","msgId":"JET-2211","position":{"row":5,"col":18,"start":54,"end":57},"$hook":false,"rule":"oj-html-cspexpr"}]},{"file":"/tests/rules/oj-html-dlg-title/dlgtitle_FAIL_1.html","issues":[{"severity":"minor","msg":"<oj-dialog> attribute 'title' should be replaced with 'dialog-title'","msgId":"JET-0168","position":{"row":4,"col":56,"start":123,"end":127},"$hook":false,"rule":"oj-html-dlg-title"}]},{"file":"/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_1.html","issues":[{"severity":"blocker","msg":"'<!DOCTYPE>' does not specify 'html'","msgId":"JET-0220","position":{"row":3,"col":2,"start":5,"end":12},"$hook":true,"rule":"oj-html-invalid-doctype"}]},{"file":"/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_2.html","issues":[{"severity":"blocker","msg":"'<!DOCTYPE>' does not specify 'html'","msgId":"JET-0220","position":{"row":2,"col":2,"start":30,"end":37},"$hook":true,"rule":"oj-html-invalid-doctype"}]},{"file":"/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_3.html","issues":[{"severity":"blocker","msg":"'<!DOCTYPE>' does not specify 'html'","msgId":"JET-0220","position":{"row":4,"col":2,"start":34,"end":41},"$hook":true,"rule":"oj-html-invalid-doctype"}]},{"file":"/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_4.html","issues":[{"severity":"blocker","msg":"'<!DOCTYPE>' does not specify 'html'","msgId":"JET-0220","position":{"row":1,"col":2,"start":1,"end":8},"$hook":true,"rule":"oj-html-invalid-doctype"}]},{"file":"/tests/rules/oj-html-jq-databind/jq-databind_FAIL_1.html","issues":[{"severity":"major","msg":"Attribute 'summary' is obsolete for <table> in HTML5","msgId":"JET-0410","position":{"row":15,"col":18,"start":542,"end":548},"$hook":false,"rule":"oj-html-5-attr-obs"},{"severity":"major","msg":"JQUI data-bind invocation of unknown JET component found in <div>","msgId":"JET-0110","position":{"row":24,"col":25,"start":895,"end":903},"$hook":false,"rule":"oj-html-jq-databind"}]},{"file":"/tests/rules/oj-html-jq-databind/jq-databind_FAIL_2.html","issues":[{"severity":"major","msg":"Attribute 'summary' is obsolete for <table> in HTML5","msgId":"JET-0410","position":{"row":15,"col":18,"start":534,"end":540},"$hook":false,"rule":"oj-html-5-attr-obs"},{"severity":"major","msg":"JQUI data-bind instantiation of ojButton found in <button>. Use <oj-button>.","msgId":"JET-0100","position":{"row":23,"col":28,"start":855,"end":863},"$hook":false,"rule":"oj-html-jq-databind"}]},{"file":"/tests/rules/oj-html-jq-databind/jq-databind_FAIL_3.html","issues":[{"severity":"major","msg":"JQUI data-bind instantiation of ojTree found in <div>. Use <oj-tree-view>.","msgId":"JET-0100","position":{"row":16,"col":15,"start":597,"end":605},"$hook":false,"rule":"oj-html-jq-databind"}]},{"file":"/tests/rules/oj-html-ko-comment/ko-comment_FAIL_1.html","issues":[{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":13,"col":9,"start":206,"end":233},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":14,"col":24,"start":259,"end":267},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":20,"col":9,"start":393,"end":430},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout comment binding \"ifnot:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":27,"col":9,"start":603,"end":643},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout comment binding \"with:\" found","msgId":"JET-0250","position":{"row":34,"col":9,"start":806,"end":836},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":38,"col":44,"start":935,"end":943},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"foreach:\" binding found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0260","position":{"row":39,"col":13,"start":994,"end":1002},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":40,"col":17,"start":1043,"end":1051},"$hook":false,"rule":"oj-html-ko-databind"}]},{"file":"/tests/rules/oj-html-ko-comment/ko-comment_FAIL_2.html","issues":[{"severity":"major","msg":"<oj-select-one> is deprecated. Please use <oj-select-single> instead.","msgId":"JET-0010","position":{"row":16,"col":16,"start":551,"end":563},"$hook":false,"rule":"oj-html-ojtag-deprecated"},{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":20,"col":20,"start":830,"end":870},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":21,"col":58,"start":930,"end":938},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"css:\" binding found. Use of JET :class binding recommended.","msgId":"JET-0260","position":{"row":30,"col":13,"start":1127,"end":1135},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"text:\" found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0250","position":{"row":31,"col":7,"start":1178,"end":1208},"$hook":false,"rule":"oj-html-ko-comment"}]},{"file":"/tests/rules/oj-html-ko-databind/ko-databind_FAIL_1.html","issues":[{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":24,"start":176,"end":184},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":15,"col":43,"start":317,"end":325},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"foreach:\" binding found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0260","position":{"row":16,"col":12,"start":375,"end":383},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":17,"col":15,"start":422,"end":430},"$hook":false,"rule":"oj-html-ko-databind"}]},{"file":"/tests/rules/oj-html-ko-databind/ko-databind_FAIL_2.html","issues":[{"severity":"major","msg":"<oj-select-one> is deprecated. Please use <oj-select-single> instead.","msgId":"JET-0010","position":{"row":16,"col":16,"start":569,"end":581},"$hook":false,"rule":"oj-html-ojtag-deprecated"},{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":20,"col":20,"start":848,"end":888},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":21,"col":58,"start":948,"end":956},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"css:\" binding found. Use of JET :class binding recommended.","msgId":"JET-0260","position":{"row":30,"col":13,"start":1145,"end":1153},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"text:\" found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0250","position":{"row":31,"col":7,"start":1196,"end":1226},"$hook":false,"rule":"oj-html-ko-comment"}]},{"file":"/tests/rules/oj-html-ko-databind/ko-databind_FAIL_3.html","issues":[{"severity":"major","msg":"Deprecated style class 'oj-form' (since 7.0.1). This class was originally added for CSS based form layout. Use the oj-form-layout component instead.","msgId":"JET-5010","position":{"row":10,"col":8,"start":179,"end":183},"$hook":false,"rule":"oj-html-style-deprecated"},{"severity":"major","msg":"Deprecated style class 'oj-md-labels-inline' (since 7.0.1). This class was originally added for CSS based form layout. Use the oj-form-layout component instead.","msgId":"JET-5010","position":{"row":10,"col":8,"start":179,"end":183},"$hook":false,"rule":"oj-html-style-deprecated"},{"severity":"major","msg":"Knockout data-bind \"if:\" binding found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0260","position":{"row":11,"col":28,"start":278,"end":286},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":12,"col":5,"start":317,"end":343},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":15,"col":17,"start":423,"end":431},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"JQUI data-bind instantiation of ojInputText found in <input>. Use <oj-input-text>.","msgId":"JET-0100","position":{"row":18,"col":17,"start":547,"end":555},"$hook":false,"rule":"oj-html-jq-databind"}]},{"file":"/tests/rules/oj-html-label-for-prefix/for_FAIL_1.html","issues":[{"severity":"major","msg":"<oj-label> ':for' should be unprefixed","msgId":"JET-0195","position":{"row":4,"col":16,"start":50,"end":53},"$hook":false,"rule":"oj-html-label-for-prefix"}]},{"file":"/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_1.html","issues":[{"severity":"blocker","msg":"Missing '<!DOCTYPE html>'","msgId":"JET-0230","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-missing-doctype"}]},{"file":"/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_2.html","issues":[{"severity":"blocker","msg":"Missing '<!DOCTYPE html>'","msgId":"JET-0230","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-html-missing-doctype"}]},{"file":"/tests/rules/oj-html-nonvoid-close/close_FAIL_1.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":3,"col":2,"start":16,"end":18},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":7,"col":2,"start":73,"end":75},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":9,"col":2,"start":86,"end":88},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":11,"col":2,"start":97,"end":99},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":14,"col":2,"start":116,"end":118},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<span/>'","msgId":"JET-5035","position":{"row":18,"col":2,"start":167,"end":170},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<oj-button/>'","msgId":"JET-5035","position":{"row":22,"col":2,"start":221,"end":229},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":27,"col":2,"start":252,"end":254},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<span/>'","msgId":"JET-5035","position":{"row":28,"col":4,"start":262,"end":265},"$hook":false,"rule":"oj-html-self-close"}]},{"file":"/tests/rules/oj-html-nonvoid-close/close_FAIL_2.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":3,"col":2,"start":16,"end":18},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":7,"col":4,"start":38,"end":40},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":8,"col":4,"start":48,"end":50},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<span/>'","msgId":"JET-5035","position":{"row":12,"col":2,"start":69,"end":72},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":12,"col":10,"start":77,"end":79},"$hook":false,"rule":"oj-html-self-close"}]},{"file":"/tests/rules/oj-html-nonvoid-close/close_FAIL_3.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":2,"col":4,"start":11,"end":13},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":3,"col":4,"start":21,"end":23},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<span/>'","msgId":"JET-5035","position":{"row":13,"col":2,"start":93,"end":96},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":13,"col":10,"start":101,"end":103},"$hook":false,"rule":"oj-html-self-close"}]},{"file":"/tests/rules/oj-html-nonvoid-close/close_FAIL_5.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":28,"col":2,"start":826,"end":828},"$hook":false,"rule":"oj-html-self-close"}]},{"file":"/tests/rules/oj-html-nonvoid-close/close_FAIL_6.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":10,"col":2,"start":310,"end":312},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<oj-button/>'","msgId":"JET-5035","position":{"row":13,"col":2,"start":439,"end":447},"$hook":false,"rule":"oj-html-self-close"},{"severity":"major","msg":"<oj-list-view> attribute 'selection' is deprecated! Use selected attribute instead.","msgId":"JET-0080","position":{"row":16,"col":5,"start":558,"end":566},"$hook":false,"rule":"oj-html-ojattr-deprecated"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":21,"col":18,"start":784,"end":786},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<p/>'","msgId":"JET-5035","position":{"row":27,"col":2,"start":856,"end":856},"$hook":false,"rule":"oj-html-self-close"},{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":28,"col":2,"start":867,"end":869},"$hook":false,"rule":"oj-html-self-close"}]},{"file":"/tests/rules/oj-html-oj-lib/oj_lib_FAIL_1.html","issues":[{"severity":"major","msg":"<script> loads full library 'oj.js' - do not use - deprecated!","msgId":"JET-0240","position":{"row":4,"col":15,"start":50,"end":52},"$hook":false,"rule":"oj-html-oj-lib"}]},{"file":"/tests/rules/oj-html-ojattr-deprecated/ojattr-dep_FAIL1.html","issues":[{"severity":"major","msg":"<oj-diagram> attribute 'data' is deprecated! Use nodeData and linkData instead.","msgId":"JET-0080","position":{"row":33,"col":5,"start":1593,"end":1596},"$hook":false,"rule":"oj-html-ojattr-deprecated"},{"severity":"major","msg":"<oj-diagram> attribute 'node-properties' is deprecated! See nodeData and linkData usage.","msgId":"JET-0080","position":{"row":36,"col":5,"start":1689,"end":1703},"$hook":false,"rule":"oj-html-ojattr-deprecated"},{"severity":"major","msg":"<oj-diagram> attribute 'link-properties' is deprecated! See nodeData and linkData usage.","msgId":"JET-0080","position":{"row":37,"col":5,"start":1747,"end":1761},"$hook":false,"rule":"oj-html-ojattr-deprecated"},{"severity":"major","msg":"CSS 'font-weight' - best practices: do not set, use the JET Typography classes","msgId":"JET-5025","position":{"row":49,"col":41,"start":2302,"end":2306},"$hook":false,"rule":"oj-html-style-bp-font"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":49,"col":66,"start":2327,"end":2335},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Possible use of deprecated JET member 'data' on var 'self' (class cannot be determined)","msgId":"JET-3026","position":{"row":88,"col":7,"start":3905,"end":3976},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deprecated JET member 'as' on var 'dummy' (class cannot be determined)","msgId":"JET-3026","position":{"row":95,"col":7,"start":4195,"end":4212},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deprecated JET member 'as' on var 'dummy' (class cannot be determined)","msgId":"JET-3026","position":{"row":95,"col":13,"start":4201,"end":4203},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deleted (in oj.Model, 9.0.0) JET member 'id' on var 'node' (class cannot be determined)","msgId":"JET-3026","position":{"row":115,"col":61,"start":5047,"end":5049},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deleted (in oj.Model, 9.0.0) JET member 'id' on var 'link' (class cannot be determined)","msgId":"JET-3026","position":{"row":117,"col":61,"start":5141,"end":5143},"$hook":true,"rule":"oj-js-comp-attr-deprecated"}]},{"file":"/tests/rules/oj-html-ojattr-enum-deprecated/enum_FAIL_1.html","issues":[{"severity":"major","msg":"<oj-buttonset-one> attribute 'chroming' enumerated value 'full' is deprecated. This value is deprecated and will be removed in the future. Please use borderless instead.","msgId":"JET-0085","position":{"row":6,"col":6,"start":105,"end":120},"$hook":false,"rule":"oj-html-ojattr-enum-deprecated"},{"severity":"major","msg":"<oj-buttonset-one> attribute 'chroming' enumerated value 'half' is deprecated. This value is deprecated and will be removed in the future. Please use solid instead.","msgId":"JET-0085","position":{"row":12,"col":8,"start":460,"end":475},"$hook":false,"rule":"oj-html-ojattr-enum-deprecated"}]},{"file":"/tests/rules/oj-html-ojattr-evt-syntax/evt-attr-syntax_FAIL_1.html","issues":[{"severity":"major","msg":"Event attribute 'on-oj-before-collapse' cannot use writeback notation - replace with [[...]]","msgId":"JET-0290","position":{"row":4,"col":20,"start":54,"end":74},"$hook":false,"rule":"oj-html-ojattr-evt-syntax"}]},{"file":"/tests/rules/oj-html-ojattr-value/attr-value_FAIL_1.html","issues":[{"severity":"critical","msg":"<demo-chart-orientation-control> attribute 'type' refers to undefined value 'xarea'","msgId":"JET-0060","position":{"row":18,"col":65,"start":748,"end":751},"$hook":false,"rule":"oj-html-ojattr-value"},{"severity":"critical","msg":"<demo-chart-orientation-control> attribute 'focus-management' refers to undefined value 'xnone'","msgId":"JET-0060","position":{"row":18,"col":78,"start":761,"end":776},"$hook":false,"rule":"oj-html-ojattr-value"}]},{"file":"/tests/rules/oj-html-ojattr-value/attr-value_FAIL_2.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'type' refers to undefined value 'zarea'","msgId":"JET-0060","position":{"row":5,"col":15,"start":114,"end":117},"$hook":false,"rule":"oj-html-ojattr-value"}]},{"file":"/tests/rules/oj-html-ojattr-value/attr-value_FAIL_3.html","issues":[{"severity":"critical","msg":"<oj-made-up> attribute 'type' refers to undefined value 'no-other'","msgId":"JET-0060","position":{"row":5,"col":18,"start":90,"end":93},"$hook":false,"rule":"oj-html-ojattr-value"}]},{"file":"/tests/rules/oj-html-ojslot/ojslot_FAIL_1.html","issues":[{"severity":"major","msg":"<oj-slot> is deprecated. Use <oj-bind-slot>.","msgId":"JET-0140","position":{"row":8,"col":10,"start":108,"end":114},"$hook":false,"rule":"oj-html-ojslot"}]},{"file":"/tests/rules/oj-html-ojstyle/style_FAIL_1.html","issues":[{"severity":"major","msg":"Knockout data-bind \"css:\" binding found. Use of JET :class binding recommended.","msgId":"JET-0260","position":{"row":43,"col":28,"start":2219,"end":2227},"$hook":false,"rule":"oj-html-ko-databind"}]},{"file":"/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_1.html","issues":[{"severity":"major","msg":"Attribute 'data-oj-command' has no defined values for <oj-accordion>","msgId":"JET-0310","position":{"row":6,"col":23,"start":97,"end":111},"$hook":false,"rule":"oj-html-ojtag-datacmd"}]},{"file":"/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_2.html","issues":[{"severity":"major","msg":"Attribute 'data-oj-command' must appear on <oj-option> not <div>","msgId":"JET-0311","position":{"row":6,"col":14,"start":231,"end":245},"$hook":false,"rule":"oj-html-ojtag-datacmd"},{"severity":"major","msg":"Attribute 'data-oj-command' - containing <oj-option> is not a child of <oj-menu>","msgId":"JET-0312","position":{"row":13,"col":20,"start":610,"end":624},"$hook":false,"rule":"oj-html-ojtag-datacmd"},{"severity":"major","msg":"Attribute 'data-oj-command' - containing <oj-option> is not a child of <oj-menu>","msgId":"JET-0312","position":{"row":14,"col":20,"start":692,"end":706},"$hook":false,"rule":"oj-html-ojtag-datacmd"},{"severity":"major","msg":"Attribute 'data-oj-command' - containing <oj-option> is not a child of <oj-menu>","msgId":"JET-0312","position":{"row":15,"col":20,"start":784,"end":798},"$hook":false,"rule":"oj-html-ojtag-datacmd"}]},{"file":"/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_3.html","issues":[{"severity":"major","msg":"Attribute 'data-oj-command' - unable to locate containing component of the associated <oj-menu>","msgId":"JET-0313","position":{"row":6,"col":20,"start":137,"end":151},"$hook":false,"rule":"oj-html-ojtag-datacmd"}]},{"file":"/tests/rules/oj-html-ojtag-datactx/datactx_FAIL_1.html","issues":[{"severity":"minor","msg":"'data-oj-context' attribute expession not expected","msgId":"JET-0320","position":{"row":5,"col":26,"start":65,"end":79},"$hook":false,"rule":"oj-html-ojtag-datactx"},{"severity":"minor","msg":"'data-oj-context' attribute expession not expected","msgId":"JET-0320","position":{"row":9,"col":26,"start":196,"end":210},"$hook":false,"rule":"oj-html-ojtag-datactx"}]},{"file":"/tests/rules/oj-html-ojtag-globattr-noprefix/globattr-noprefix_FAIL_1.html","issues":[{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":13,"col":15,"start":453,"end":482},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Use of attribute expression with an unprefixed global attribute 'id' is invalid for <oj-option>","msgId":"JET-0200","position":{"row":14,"col":26,"start":510,"end":511},"$hook":false,"rule":"oj-html-ojtag-globattr-noprefix"},{"severity":"minor","msg":"Use of attribute expression with non-global prefixed attribute ':value' is invalid for <oj-option>","msgId":"JET-0210","position":{"row":14,"col":62,"start":546,"end":551},"$hook":false,"rule":"oj-html-ojtag-nonglobattr-prefix"}]},{"file":"/tests/rules/oj-html-ojtag-nonglobattr-prefix/nonglobattr-prefix_FAIL_1.html","issues":[{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":13,"col":15,"start":453,"end":482},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"minor","msg":"Use of attribute expression with non-global prefixed attribute ':disabled' is invalid for <oj-option>","msgId":"JET-0210","position":{"row":14,"col":39,"start":523,"end":531},"$hook":false,"rule":"oj-html-ojtag-nonglobattr-prefix"},{"severity":"minor","msg":"Use of attribute expression with non-global prefixed attribute ':value' is invalid for <oj-option>","msgId":"JET-0210","position":{"row":14,"col":64,"start":548,"end":553},"$hook":false,"rule":"oj-html-ojtag-nonglobattr-prefix"}]},{"file":"/tests/rules/oj-html-slot-name/slot_name.FAIL_1.html","issues":[{"severity":"critical","msg":"unresolved slot 'whatmenu' on <oj-menu>","msgId":"JET-0150","position":{"row":9,"col":31,"start":199,"end":202},"$hook":false,"rule":"oj-html-slot-name"}]},{"file":"/tests/rules/oj-html-style-bp-color/color-FAIL_1.html","issues":[{"severity":"major","msg":"CSS color '#112233' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":8,"col":12,"start":416,"end":421},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"file":"/tests/rules/oj-html-style-bp-color/color-FAIL_2.html","issues":[{"severity":"major","msg":"CSS color 'coral' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":6,"col":36,"start":102,"end":107},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#f00' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":7,"col":37,"start":146,"end":150},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#222' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":8,"col":89,"start":241,"end":245},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"file":"/tests/rules/oj-html-style-bp-color/color-FAIL_3.html","issues":[{"severity":"major","msg":"CSS color 'getLabelColor(#123$' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":4,"col":12,"start":59,"end":64},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"file":"/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_1.html","issues":[{"severity":"major","msg":"<oj-select-one> is deprecated. Please use <oj-select-single> instead.","msgId":"JET-0010","position":{"row":11,"col":23,"start":396,"end":408},"$hook":false,"rule":"oj-html-ojtag-deprecated"}]},{"file":"/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_2.html","issues":[{"severity":"blocker","msg":"Invalid self-closure of non-void tag '<div/>'","msgId":"JET-5035","position":{"row":4,"col":7,"start":41,"end":43},"$hook":false,"rule":"oj-html-self-close"},{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'header-back-button' is invalid for <div>","msgId":"JET-0190","position":{"row":4,"col":27,"start":61,"end":78},"$hook":false,"rule":"oj-html-tag-attr-noprefix"},{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'header-title' is invalid for <div>","msgId":"JET-0190","position":{"row":5,"col":27,"start":124,"end":135},"$hook":false,"rule":"oj-html-tag-attr-noprefix"},{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'header-custom-icon' is invalid for <div>","msgId":"JET-0190","position":{"row":6,"col":27,"start":180,"end":197},"$hook":false,"rule":"oj-html-tag-attr-noprefix"},{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'header-buttons' is invalid for <div>","msgId":"JET-0190","position":{"row":7,"col":27,"start":243,"end":256},"$hook":false,"rule":"oj-html-tag-attr-noprefix"}]},{"file":"/tests/rules/oj-html-wctag-for/for_FAIL_1.html","issues":[{"severity":"major","msg":"<oj-label> ':for' should be unprefixed","msgId":"JET-0195","position":{"row":4,"col":16,"start":50,"end":53},"$hook":false,"rule":"oj-html-label-for-prefix"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_1.zip","file":"/tests/rules/oj-cca-comp-zip/zip_FAIL_1.zip","issues":[{"severity":"critical","msg":"Invalid or unsupported zip format. No END header found","msgId":"EXCH-0200","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-cca-comp-zip-expand"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_2.zip","file":"/tests/rules/oj-cca-comp-zip/zip_FAIL_2.zip","issues":[{"severity":"critical","msg":"mandatory zip file entry 'component.json' not found","msgId":"EXCH-0210","position":{"row":0,"col":0,"start":0,"end":0},"$hook":true,"rule":"oj-cca-zip-compjson"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_3.zip","file":"component.json","issues":[{"severity":"critical","msg":"component.json : Unexpected token j in JSON at line 1, col 3 (position 2)","msgId":"EXCH-0010","position":{"row":1,"col":3,"start":2,"end":2},"$hook":true,"rule":"oj-cca-compjson-file"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip","file":"component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'jetversion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'jetversion' wrong case - use jetVersion","msgId":"EXCH-0060","position":{"row":11,"col":3,"start":402,"end":411},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"component.json 'jetVersion' property '^4.1.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":11,"col":3,"start":402,"end":411},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '^4.1.0' does not match any supported JET versions","msgId":"JET-9049","position":{"row":11,"col":3,"start":402,"end":411},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'colors.border' should be defined - best practices","msgId":"JET-9052","position":{"row":34,"col":9,"start":1165,"end":1177},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.face' should be defined - best practices","msgId":"JET-9052","position":{"row":39,"col":9,"start":1305,"end":1315},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.cap' should be defined - best practices","msgId":"JET-9052","position":{"row":44,"col":9,"start":1441,"end":1450},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.digit' should be defined - best practices","msgId":"JET-9052","position":{"row":49,"col":9,"start":1575,"end":1586},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.hour' should be defined - best practices","msgId":"JET-9052","position":{"row":54,"col":9,"start":1713,"end":1723},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.minute' should be defined - best practices","msgId":"JET-9052","position":{"row":59,"col":9,"start":1848,"end":1860},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.second' should be defined - best practices","msgId":"JET-9052","position":{"row":64,"col":9,"start":1987,"end":1999},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"unexpected property 'extension.catalog.status'","msgId":"EXCH-0060","position":{"row":80,"col":7,"start":2332,"end":2337},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip","file":"demo-analog-clock-styles.css","issues":[{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":1,"col":23,"start":22,"end":34},"$hook":false,"rule":"oj-css-style-override"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip","file":"demo-analog-clock-viewModel.js","issues":[{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":144,"col":35,"start":7162,"end":7174},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":156,"col":35,"start":8180,"end":8192},"$hook":false,"rule":"spoc-dom-manip"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":9,"col":29,"start":286,"end":290},"$hook":false,"rule":"oj-html-style-bp-color"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":18,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":12,"col":46,"start":490,"end":494},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip","file":"component.json","issues":[{"severity":"critical","msg":"component.json schema violation : bad property 'type' value : should be equal to one of the allowed values [composite,core,pack,reference,resource,demo,vbcs-pattern,vbcs-template,vbcs-action]","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"component.json 'jetVersion' property '^4.1.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":11,"col":3,"start":402,"end":411},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"critical","msg":"invalid 'type' property 'compozite'","msgId":"EXCH-0070","position":{"row":12,"col":3,"start":429,"end":432},"$hook":false,"rule":"oj-cca-compjson-prop-type"},{"severity":"blocker","msg":"unexpected property 'extension.catalog.status'","msgId":"EXCH-0060","position":{"row":81,"col":7,"start":2357,"end":2362},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip","file":"demo-analog-clock-styles.css","issues":[{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":1,"col":23,"start":22,"end":34},"$hook":false,"rule":"oj-css-style-override"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip","file":"demo-analog-clock-viewModel.js","issues":[{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":144,"col":35,"start":7162,"end":7174},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":156,"col":35,"start":8180,"end":8192},"$hook":false,"rule":"spoc-dom-manip"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":9,"col":29,"start":286,"end":290},"$hook":false,"rule":"oj-html-style-bp-color"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":18,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":12,"col":46,"start":490,"end":494},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_6.zip","file":"component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'compositeDependencies'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"'dependencies' property is required for type 'pack'","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"property 'compositeDependencies' is obsolete - replace with 'dependencies'","msgId":"EXCH-0180","position":{"row":14,"col":6,"start":258,"end":278},"$hook":false,"rule":"oj-cca-compjson-prop-obs"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"LICENSE file is missing","msgId":"EXCH-0220","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-comp-zip-content-composite"},{"severity":"info","msg":"README file is missing","msgId":"EXCH-0220","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-comp-zip-content-composite"},{"severity":"blocker","msg":"component.json 'jetVersion' property '>=3.0.0 <5.0.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":6,"col":3,"start":216,"end":225},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '>=3.0.0 <5.0.0' does not match any supported JET versions","msgId":"JET-9049","position":{"row":6,"col":3,"start":216,"end":225},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'name' should be defined - best practices","msgId":"JET-9052","position":{"row":8,"col":5,"start":272,"end":275},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'avatar' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":5,"start":370,"end":375},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workTitle' should be defined - best practices","msgId":"JET-9052","position":{"row":16,"col":5,"start":477,"end":485},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workNumber' should be defined - best practices","msgId":"JET-9052","position":{"row":20,"col":5,"start":580,"end":589},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'email' should be defined - best practices","msgId":"JET-9052","position":{"row":24,"col":5,"start":686,"end":690},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":8,"col":9,"start":310,"end":339},"$hook":false,"rule":"oj-html-ko-comment"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"styles.css","issues":[{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":2,"col":15,"start":119,"end":131},"$hook":false,"rule":"oj-css-style-override"},{"severity":"minor","msg":"(SyntaxError) Parse error: Identifier is expected (near: 'demo-card h2, bad: }')","msgId":"JAF-1010","position":{"row":16,"col":23,"start":345,"end":346},"$hook":false,"rule":"jaf-css-diagnose"},{"severity":"major","msg":"CSS color 'rgb(38,125,179)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":32,"col":21,"start":773,"end":790},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS property 'font-size' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":85,"col":3,"start":2221,"end":2236},"$hook":false,"rule":"oj-css-style-bp-font"},{"severity":"major","msg":"CSS color 'rgb(38,125,179)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":87,"col":21,"start":2276,"end":2293},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#fff' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":89,"col":21,"start":2339,"end":2343},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"view.html","issues":[{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'style' is invalid for <div>","msgId":"JET-0190","position":{"row":3,"col":8,"start":75,"end":79},"$hook":false,"rule":"oj-html-tag-attr-noprefix"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":7,"col":5,"start":266,"end":302},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":8,"col":37,"start":341,"end":349},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":10,"col":5,"start":398,"end":434},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":13,"col":9,"start":558,"end":566},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":18,"col":11,"start":699,"end":707},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":19,"col":11,"start":746,"end":754},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":20,"col":7,"start":794,"end":834},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":22,"col":21,"start":880,"end":888},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":24,"col":7,"start":944,"end":979},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":26,"col":21,"start":1026,"end":1034},"$hook":false,"rule":"oj-html-ko-databind"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"viewModel.js","issues":[{"severity":"blocker","msg":"JavaScript syntax - Unexpected token is","msgId":"JAF-1000","position":{"row":8,"col":6,"start":203,"end":204},"$hook":false,"rule":"jaf-js-diagnose"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip","file":"component.json","issues":[{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"component.json schema violation : should have required property 'name'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"component.json contains no properties!","msgId":"EXCH-0065","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"critical","msg":"'name' property is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'description' property is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"component.json schema violation : should have required property 'version'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"'version' property is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"'jetVersion' property is required for type composite","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip","file":"demo-analog-clock-styles.css","issues":[{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":1,"col":23,"start":22,"end":34},"$hook":false,"rule":"oj-css-style-override"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip","file":"demo-analog-clock-viewModel.js","issues":[{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":144,"col":35,"start":7162,"end":7174},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":156,"col":35,"start":8180,"end":8192},"$hook":false,"rule":"spoc-dom-manip"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":9,"col":29,"start":286,"end":290},"$hook":false,"rule":"oj-html-style-bp-color"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":18,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":12,"col":46,"start":490,"end":494},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"major","msg":"'jetVersion' semver property '^5.1.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":11,"col":3,"start":400,"end":409},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'colors.border' should be defined - best practices","msgId":"JET-9052","position":{"row":34,"col":9,"start":1164,"end":1176},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.face' should be defined - best practices","msgId":"JET-9052","position":{"row":39,"col":9,"start":1304,"end":1314},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.cap' should be defined - best practices","msgId":"JET-9052","position":{"row":44,"col":9,"start":1440,"end":1449},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.digit' should be defined - best practices","msgId":"JET-9052","position":{"row":49,"col":9,"start":1574,"end":1585},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.hour' should be defined - best practices","msgId":"JET-9052","position":{"row":54,"col":9,"start":1712,"end":1722},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.minute' should be defined - best practices","msgId":"JET-9052","position":{"row":59,"col":9,"start":1847,"end":1859},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.second' should be defined - best practices","msgId":"JET-9052","position":{"row":64,"col":9,"start":1986,"end":1998},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"demo-analog-clock-viewModel.js","issues":[{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":144,"col":35,"start":7162,"end":7174},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":156,"col":35,"start":8180,"end":8192},"$hook":false,"rule":"spoc-dom-manip"}]},{"container":"/tests/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":9,"col":29,"start":286,"end":290},"$hook":false,"rule":"oj-html-style-bp-color"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":18,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":12,"col":46,"start":490,"end":494},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"file":"/tests/rules/oj-json-syntax/json_FAIL_1.json","issues":[{"severity":"critical","msg":"Unexpected token } in JSON at line 4, col 30 (position 98)","msgId":"JET-4000","position":{"row":4,"col":30,"start":98,"end":98},"$hook":true,"rule":"oj-json-syntax"}]},{"file":"/tests/rules/oj-json-syntax/json_FAIL_2.json","issues":[{"severity":"critical","msg":"Unexpected string in JSON at line 7, col 6 (position 149)","msgId":"JET-4000","position":{"row":7,"col":6,"start":149,"end":149},"$hook":true,"rule":"oj-json-syntax"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_1/component.json","issues":[{"severity":"critical","msg":"component.json : Unexpected token w in JSON at line 2, col 3 (position 5)","msgId":"EXCH-0010","position":{"row":2,"col":3,"start":5,"end":5},"$hook":true,"rule":"oj-cca-compjson-file"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_10/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'jetversion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : properties['errorProp'].exclusiveMaximum - should be number,string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : properties['errorProp'].exclusiveMinimum - should be number,string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'properties['errorProp'].pattern' format - should match format \"regex\"","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'events' 'select' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property name 'select' is invalid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : properties['orientation'].propertyEditorValues['top'].displayName - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"'jetversion' wrong case - use jetVersion","msgId":"EXCH-0060","position":{"row":5,"col":3,"start":160,"end":169},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"major","msg":"'jetVersion' semver property '>=5.0.0' should not be open-ended - best practices","msgId":"JET-9049","position":{"row":5,"col":3,"start":160,"end":169},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"properties.orientation.value is not contained within properties.orientation.enumValues","msgId":"EXCH-0060","position":{"row":32,"col":7,"start":970,"end":974},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.orientation.propertyEditorValues.top.displayName' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":38,"col":15,"start":1184,"end":1194},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.errorProp.value' type (boolean) conflicts with properties.errorProp.type ('number | string')","msgId":"EXCH-0060","position":{"row":61,"col":4,"start":1882,"end":1886},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"properties.errorProp.pattern is not a valid regular expression","msgId":"EXCH-0060","position":{"row":62,"col":7,"start":1904,"end":1910},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.errorProp.exclusiveMaximum' has invalid type (boolean) - expected 'number | string'","msgId":"EXCH-0060","position":{"row":63,"col":4,"start":1949,"end":1964},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.errorProp.exclusiveMinimum' has invalid type (boolean) - expected 'number | string'","msgId":"EXCH-0060","position":{"row":64,"col":4,"start":1980,"end":1995},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"properties.errorProp.maximum is an invalid date (ISO 8601 Extended)","msgId":"EXCH-0060","position":{"row":66,"col":4,"start":2056,"end":2062},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'select' - event name is not permitted and must be renamed","msgId":"EXCH-0110","position":{"row":71,"col":5,"start":2127,"end":2132},"$hook":false,"rule":"oj-cca-compjson-evnames"},{"severity":"blocker","msg":"extension.catalog.screenshots entry \"1\" is not type 'string'","msgId":"EXCH-0060","position":{"row":98,"col":15,"start":3031,"end":3031},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_11/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'pack' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'pack' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property name 'pack' is invalid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"'dependencies' property is required for type 'pack'","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'jetVersion' property is not applicable for type 'pack'","msgId":"EXCH-0090","position":{"row":5,"col":3,"start":153,"end":162},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '>=5.0.0' should not be open-ended - best practices","msgId":"JET-9049","position":{"row":5,"col":3,"start":153,"end":162},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'pack' property should not be specified if 'type' property value is 'pack'","msgId":"EXCH-0060","position":{"row":17,"col":3,"start":493,"end":496},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'paths' is not applicable if 'pack' property is specified","msgId":"EXCH-0060","position":{"row":18,"col":3,"start":518,"end":522},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"paths.cdn.min use of 'https' strongly recommended","msgId":"EXCH-0060","position":{"row":20,"col":17,"start":572,"end":574},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_12/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'name' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"property 'name' value 'font-face' is a reserved name and must be changed","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"major","msg":"'jetVersion' semver property '>=5.0.0' should not be open-ended - best practices","msgId":"JET-9049","position":{"row":5,"col":3,"start":155,"end":164},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_13/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'name' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"property 'name' value 'Font_face' contains invalid characters","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'name' (Font_face) starting character must be lowercase","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'name' (Font_face) does not contain at least one hyphen","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"major","msg":"'jetVersion' semver property '>=5.0.0' should not be open-ended - best practices","msgId":"JET-9049","position":{"row":5,"col":3,"start":155,"end":164},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_14/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'Name'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"mandatory property 'properties.border.properties.face.type' is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"component.json schema violation : should have required property 'name'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'type'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'type'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'jetversion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"mandatory property 'properties.border.type' is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'DisplayName'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'Name' wrong case - use name","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'DisplayName' wrong case - use displayName","msgId":"EXCH-0060","position":{"row":3,"col":3,"start":28,"end":38},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'jetversion' wrong case - use jetVersion","msgId":"EXCH-0060","position":{"row":5,"col":3,"start":154,"end":163},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"component.json 'jetVersion' property '^4.0.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":5,"col":3,"start":154,"end":163},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '^4.0.0' does not match any supported JET versions","msgId":"JET-9049","position":{"row":5,"col":3,"start":154,"end":163},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'border' should be defined - best practices","msgId":"JET-9052","position":{"row":14,"col":7,"start":449,"end":454},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'border.face' should be defined - best practices","msgId":"JET-9052","position":{"row":18,"col":11,"start":579,"end":589},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.border.properties.face.required' cannot be specified as true, if 'value' is defined","msgId":"EXCH-0060","position":{"row":32,"col":22,"start":1164,"end":1171},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_15/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'property' 'draggable' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property name 'draggable' is invalid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"major","msg":"'jetVersion' semver property '^6.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":5,"col":3,"start":77,"end":86},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'properties.accessKey' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":9,"col":5,"start":198,"end":206},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'displayName' for property 'accessKey' should be defined - best practices","msgId":"JET-9052","position":{"row":9,"col":5,"start":198,"end":206},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.draggable' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":13,"col":5,"start":300,"end":308},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'displayName' for property 'draggable' should be defined - best practices","msgId":"JET-9052","position":{"row":13,"col":5,"start":300,"end":308},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.draggable.properties.translate' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":17,"col":7,"start":416,"end":424},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'displayName' for property 'draggable.translate' should be defined - best practices","msgId":"JET-9052","position":{"row":17,"col":7,"start":416,"end":434},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_16/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'datax'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'since'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"component.json 'jetVersion' property '5.2.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":57,"end":66},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"blocker","msg":"unexpected property 'slots..datax'","msgId":"EXCH-0060","position":{"row":24,"col":7,"start":1797,"end":1801},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_17/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'name' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"'name' (-oj-name) invalid starting character","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"component.json 'jetVersion' property '6.2.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":52,"end":61},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"minor","msg":"'jetVersion' semver property '6.2.0' should not be absolute","msgId":"JET-9049","position":{"row":4,"col":3,"start":52,"end":61},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_18/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'name' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"property 'name' value 'prefix-Name' contains invalid characters","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"component.json 'jetVersion' property '6.2.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":55,"end":64},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"minor","msg":"'jetVersion' semver property '6.2.0' should not be absolute","msgId":"JET-9049","position":{"row":4,"col":3,"start":55,"end":64},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_19/component.json","issues":[{"severity":"blocker","msg":"'name' (prefix-) : at leat one character following the first hyphen required","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"component.json 'jetVersion' property '6.2.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":51,"end":60},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"minor","msg":"'jetVersion' semver property '6.2.0' should not be absolute","msgId":"JET-9049","position":{"row":4,"col":3,"start":51,"end":60},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_2/component.json","issues":[{"severity":"critical","msg":"mandatory property 'anotherProp.type' is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"component.json schema violation : properties['columns'].type - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"critical","msg":"component.json schema violation : properties['anotherProp'] - should be object","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'description' property is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"component.json 'jetVersion' property '7.9.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":55,"end":64},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"minor","msg":"'jetVersion' semver property '7.9.0' should not be absolute","msgId":"JET-9049","position":{"row":4,"col":3,"start":55,"end":64},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":6,"col":5,"start":103,"end":108},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":10,"col":5,"start":233,"end":239},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.columns.type' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":11,"col":7,"start":253,"end":256},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.anotherProp' has invalid type (array) - expected object","msgId":"EXCH-0060","position":{"row":13,"col":5,"start":276,"end":286},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'displayName' for property 'anotherProp' should be defined - best practices","msgId":"JET-9052","position":{"row":13,"col":5,"start":276,"end":286},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_20/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : displayName - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'dependencies['demo-rainfall-chart-filter']' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'dependencies['demo-added-1']' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'displayName' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":3,"col":5,"start":38,"end":48},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"critical","msg":"Cannot locate 'demo-rainfall' dependency 'demo-rainfall-chart' ","msgId":"EXCH-0190","position":{"row":9,"col":9,"start":249,"end":267},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"Cannot locate 'demo-rainfall' dependency 'demo-rainfall-chart-filter' ","msgId":"EXCH-0190","position":{"row":10,"col":9,"start":289,"end":314},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"dependencies : demo-added-1 : '^1.0.A' is not a valid semantic version/range","msgId":"EXCH-0190","position":{"row":11,"col":9,"start":337,"end":348},"$hook":false,"rule":"oj-cca-compjson-prop-deps"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_21/component.json","issues":[{"severity":"blocker","msg":"'oj-demo-rainfall' : this use of namespace 'oj' is not registered","msgId":"JET-9046","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-ns-reg"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"'jetVersion' property is required for type composite","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'name' (oj-demo-rainfall) cannot use prefix 'oj-' - reserved for JET core web components","msgId":"EXCH-0060","position":{"row":2,"col":5,"start":8,"end":11},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"critical","msg":"Cannot locate 'oj-demo-rainfall' dependency 'demo-rainfall-chart' ","msgId":"EXCH-0190","position":{"row":8,"col":9,"start":257,"end":275},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"Cannot locate 'oj-demo-rainfall' dependency 'demo-rainfall-chart-filter' ","msgId":"EXCH-0190","position":{"row":9,"col":9,"start":297,"end":322},"$hook":false,"rule":"oj-cca-compjson-prop-deps"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_22/component.json","issues":[{"severity":"major","msg":"'jetVersion' semver property '^8.2.0-rc1' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":5,"col":3,"start":79,"end":88},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_3/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : properties['columns'].type - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"component.json 'jetVersion' property '7.3.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":57,"end":66},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"minor","msg":"'jetVersion' semver property '7.3.0' should not be absolute","msgId":"JET-9049","position":{"row":4,"col":3,"start":57,"end":66},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":7,"col":5,"start":141,"end":146},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":11,"col":5,"start":271,"end":277},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.columns.type' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":12,"col":7,"start":291,"end":294},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_4/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'version' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'jetVersion' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"component.json 'version' property 'z.0.0' is not a valid semantic version","msgId":"EXCH-0080","position":{"row":4,"col":3,"start":56,"end":62},"$hook":false,"rule":"oj-cca-compjson-prop-version"},{"severity":"blocker","msg":"component.json 'jetVersion' property 'this is rubbish' is not a valid semantic version/range","msgId":"EXCH-0090","position":{"row":5,"col":3,"start":80,"end":89},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"blocker","msg":"'jetVersion' property 'this is rubbish' is not a valid range or semver","msgId":"JET-9049","position":{"row":5,"col":3,"start":80,"end":89},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":8,"col":5,"start":175,"end":180},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":5,"start":273,"end":279},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_5/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'version' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"component.json 'version' property '9.0' is not a valid semantic version","msgId":"EXCH-0080","position":{"row":4,"col":3,"start":56,"end":62},"$hook":false,"rule":"oj-cca-compjson-prop-version"},{"severity":"minor","msg":"'jetVersion' semver property '6.1' should not be absolute","msgId":"JET-9049","position":{"row":5,"col":3,"start":77,"end":86},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":8,"col":5,"start":161,"end":166},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":5,"start":259,"end":265},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_6/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'compositeDependencies'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"'dependencies' property is required for type 'pack'","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'jetVersion' property is not applicable for type 'pack'","msgId":"EXCH-0090","position":{"row":6,"col":2,"start":118,"end":127},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '^5.1.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":6,"col":2,"start":118,"end":127},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"property 'compositeDependencies' is obsolete - replace with 'dependencies'","msgId":"EXCH-0180","position":{"row":9,"col":5,"start":305,"end":325},"$hook":false,"rule":"oj-cca-compjson-prop-obs"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_7/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"'jetVersion' property is required for type composite","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":7,"col":5,"start":138,"end":143},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":11,"col":5,"start":236,"end":242},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_8/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property name 'jetVersion' is invalid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'name'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : description - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : properties['myprop'].type - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'package'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'jetVersion' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'jetVersion' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"'package' property is required for type 'reference'","msgId":"EXCH-0050","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"critical","msg":"'name' property is missing","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'jetVersion' property is not applicable for type 'reference'","msgId":"EXCH-0090","position":{"row":4,"col":3,"start":66,"end":75},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"blocker","msg":"'description' has invalid type (boolean) - expected string","msgId":"EXCH-0060","position":{"row":5,"col":3,"start":97,"end":107},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.myprop.type' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":9,"col":23,"start":260,"end":263},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-FAIL_9/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'jetversion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'events' 'select' - is not valid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property name 'select' is invalid","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : events['select'].bubbles - should be boolean","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : unexpected additional property 'icon'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : should have required property 'jetVersion'","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : property 'name' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"property 'name' value 'FAIL_9' contains invalid characters","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'name' (FAIL_9) starting character must be lowercase","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'name' (FAIL_9) does not contain at least one hyphen","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'jetversion' wrong case - use jetVersion","msgId":"EXCH-0060","position":{"row":12,"col":3,"start":353,"end":362},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"major","msg":"'jetVersion' semver property '^6.0.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":12,"col":3,"start":353,"end":362},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'select' - event name is not permitted and must be renamed","msgId":"EXCH-0110","position":{"row":14,"col":15,"start":407,"end":412},"$hook":false,"rule":"oj-cca-compjson-evnames"},{"severity":"blocker","msg":"'events.select.bubbles' has invalid type (string) - expected boolean","msgId":"EXCH-0060","position":{"row":16,"col":27,"start":523,"end":529},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"unexpected property 'events.deselect.detail.target.icon'","msgId":"EXCH-0060","position":{"row":39,"col":14,"start":1899,"end":1902},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-PASS_1/component.json","issues":[{"severity":"major","msg":"'jetVersion' semver property '^6.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":5,"col":3,"start":79,"end":88},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'myprop' should be defined - best practices","msgId":"JET-9052","position":{"row":9,"col":5,"start":200,"end":205},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'columns' should be defined - best practices","msgId":"JET-9052","position":{"row":13,"col":5,"start":298,"end":304},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-compjson-syntax/ojcomp-PASS_2/component.json","issues":[{"severity":"major","msg":"'jetVersion' semver property '^6.0.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":12,"col":3,"start":424,"end":433},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'colors.border' should be defined - best practices","msgId":"JET-9052","position":{"row":35,"col":9,"start":1188,"end":1200},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.face' should be defined - best practices","msgId":"JET-9052","position":{"row":40,"col":9,"start":1328,"end":1338},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.cap' should be defined - best practices","msgId":"JET-9052","position":{"row":45,"col":9,"start":1464,"end":1473},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.digit' should be defined - best practices","msgId":"JET-9052","position":{"row":50,"col":9,"start":1598,"end":1609},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.hour' should be defined - best practices","msgId":"JET-9052","position":{"row":55,"col":9,"start":1736,"end":1746},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.minute' should be defined - best practices","msgId":"JET-9052","position":{"row":60,"col":9,"start":1871,"end":1883},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.second' should be defined - best practices","msgId":"JET-9052","position":{"row":65,"col":9,"start":2010,"end":2022},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/oj-cca-ns-reg/oj-cca-ns-FAIL_1/component.json","issues":[{"severity":"blocker","msg":"'oj-text' : this use of namespace 'oj' is not registered","msgId":"JET-9046","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-ns-reg"},{"severity":"blocker","msg":"'name' (oj-text) cannot use prefix 'oj-' - reserved for JET core web components","msgId":"EXCH-0060","position":{"row":2,"col":3,"start":6,"end":9},"$hook":false,"rule":"oj-cca-compjson-prop-types"}]},{"file":"/tests/rules/oj-js-comp-attr-deprecated/attr-del_FAIL_1.js","issues":[{"severity":"major","msg":"Instantiation of JET class oj.ojTextArea found. Use web component <oj-text-area>.","msgId":"JET-3060","position":{"row":4,"col":12,"start":37,"end":56},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"critical","msg":"Member 'spellcheck' on var 'o' (oj.ojTextArea) was removed in version 6.0.1","msgId":"JET-3027","position":{"row":6,"col":4,"start":65,"end":77},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"critical","msg":"Member 'spellcheck' on var 'z' (oj.ojTextArea) was removed in version 6.0.1","msgId":"JET-3027","position":{"row":10,"col":4,"start":158,"end":170},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deleted (in oj.ojInputText, 6.0.1) JET member 'spellcheck' on var 'j' (class cannot be determined)","msgId":"JET-3026","position":{"row":12,"col":6,"start":184,"end":194},"$hook":true,"rule":"oj-js-comp-attr-deprecated"}]},{"file":"/tests/rules/oj-js-comp-attr-deprecated/attr-dep_FAIL_1.js","issues":[{"severity":"major","msg":"Instantiation of JET class oj.ojLegend found. Use web component <oj-legend>.","msgId":"JET-3060","position":{"row":4,"col":12,"start":37,"end":54},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"major","msg":"Member 'as' on var 'o' (oj.ojLegend) is deprecated. Set the alias directly on the template element using the data-oj-as attribute instead.","msgId":"JET-3025","position":{"row":6,"col":4,"start":63,"end":67},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Member 'as' on var 'z' (oj.ojLegend) is deprecated. Set the alias directly on the template element using the data-oj-as attribute instead.","msgId":"JET-3025","position":{"row":10,"col":4,"start":151,"end":155},"$hook":true,"rule":"oj-js-comp-attr-deprecated"},{"severity":"major","msg":"Possible use of deprecated JET member 'as' on var 'j' (class cannot be determined)","msgId":"JET-3026","position":{"row":12,"col":6,"start":169,"end":171},"$hook":true,"rule":"oj-js-comp-attr-deprecated"}]},{"file":"/tests/rules/oj-js-comp-meth-deprecated/meth-del_FAIL_1.js","issues":[{"severity":"critical","msg":"Method createAttrDiv() on var 'o' (oj.ColorAttributeGroupHandler) was removed in version 7.0.1","msgId":"JET-3023","position":{"row":6,"col":4,"start":81,"end":98},"$hook":true,"rule":"oj-js-comp-meth-deprecated"},{"severity":"critical","msg":"Method createAttrDiv() on var 'z' (oj.ColorAttributeGroupHandler) was removed in version 7.0.1","msgId":"JET-3023","position":{"row":10,"col":4,"start":154,"end":171},"$hook":true,"rule":"oj-js-comp-meth-deprecated"},{"severity":"major","msg":"Possible use of deleted JET method createAttrDiv() on var 'j' (class cannot be determined)","msgId":"JET-3022","position":{"row":12,"col":4,"start":183,"end":200},"$hook":true,"rule":"oj-js-comp-meth-deprecated"}]},{"file":"/tests/rules/oj-js-comp-meth-deprecated/meth-dep_FAIL_1.js","issues":[{"severity":"major","msg":"Instantiation of JET class oj.ojLedGauge found. Use web component <oj-led-gauge>.","msgId":"JET-3060","position":{"row":4,"col":12,"start":37,"end":56},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"major","msg":"Method getMetricLabel() on var 'o' (oj.ojLedGauge) is deprecated. The use of this function is no longer recommended.","msgId":"JET-3020","position":{"row":6,"col":4,"start":65,"end":83},"$hook":true,"rule":"oj-js-comp-meth-deprecated"},{"severity":"major","msg":"Method getMetricLabel() on var 'z' (oj.ojLedGauge) is deprecated. The use of this function is no longer recommended.","msgId":"JET-3020","position":{"row":10,"col":4,"start":142,"end":160},"$hook":true,"rule":"oj-js-comp-meth-deprecated"},{"severity":"major","msg":"Possible use of deprecated JET method getMetricLabel() on var 'j' (class cannot be determined)","msgId":"JET-3022","position":{"row":12,"col":4,"start":171,"end":189},"$hook":true,"rule":"oj-js-comp-meth-deprecated"}]},{"file":"/tests/rules/oj-js-define-promise/def-prom_FAIL_1.js","issues":[{"severity":"critical","msg":"define() explicitly loads polyfill 'promise'","msgId":"JET-3090","position":{"row":6,"col":31,"start":169,"end":175},"$hook":false,"rule":"oj-js-poly-promise"}]},{"file":"/tests/rules/oj-js-define-promise/def-prom_FAIL_2.js","issues":[{"severity":"critical","msg":"require() explicitly loads polyfill 'promise'","msgId":"JET-3090","position":{"row":6,"col":32,"start":170,"end":176},"$hook":false,"rule":"oj-js-poly-promise"}]},{"file":"/tests/rules/oj-js-diagnose/js_FAIL_1.js","issues":[{"severity":"blocker","msg":"JavaScript syntax - Unexpected token }","msgId":"JAF-1000","position":{"row":2,"col":1,"start":2,"end":3},"$hook":false,"rule":"jaf-js-diagnose"}]},{"file":"/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_1.js","issues":[{"severity":"info","msg":"'oj.ArrayDataProvider' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":11,"col":9,"start":252,"end":295},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"info","msg":"'ArrayDataProvider' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":16,"col":36,"start":416,"end":459},"$hook":true,"rule":"oj-js-no-ext-final"}]},{"file":"/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_5.js","issues":[{"severity":"info","msg":"'oj.ArrayPagingDataSource' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":6,"col":35,"start":204,"end":225},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"info","msg":"'oj.ArrayPagingDataSource' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":9,"col":5,"start":288,"end":309},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"info","msg":"'oj.ArrayPagingDataSource' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":13,"col":9,"start":451,"end":472},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"info","msg":"'oj.ArrayPagingDataSource' constructor without 'new' will fail in version 8.x or later","msgId":"JET-3200","position":{"row":17,"col":35,"start":627,"end":648},"$hook":true,"rule":"oj-js-no-ext-final"}]},{"file":"/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_7.js","issues":[{"severity":"info","msg":"uninstantiated 'oj.Object : use of non-static method 'clone' will fail in JET 8.x or higher","msgId":"JET-3200","position":{"row":3,"col":14,"start":32,"end":49},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"info","msg":"uninstantiated 'oj.ojModule : use of non-static member 'animation' will fail in JET 8.x or higher","msgId":"JET-3200","position":{"row":5,"col":22,"start":76,"end":85},"$hook":true,"rule":"oj-js-no-ext-final"},{"severity":"major","msg":"Instantiation of JET class oj.ojModule found. Use web component <oj-module>.","msgId":"JET-3060","position":{"row":7,"col":11,"start":107,"end":122},"$hook":false,"rule":"oj-js-ojcomp-new"}]},{"file":"/tests/rules/oj-js-no-ext-final/noextfinal_PASS_1.js","issues":[{"severity":"critical","msg":"Instantiation of oj.ArrayDataProvider - this class was removed in version 8.2.0","msgId":"JET-3070","position":{"row":5,"col":32,"start":137,"end":176},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ArrayDataProvider - this class was removed in version 8.2.0","msgId":"JET-3070","position":{"row":8,"col":8,"start":240,"end":279},"$hook":false,"rule":"oj-js-ojcomp-exist"}]},{"file":"/tests/rules/oj-js-noconsole/nocons_FAIL_1.js","issues":[{"severity":"info","msg":"Use of console object found : method log()- strip before shipping!","msgId":"JET-3100","position":{"row":3,"col":4,"start":29,"end":66},"$hook":false,"rule":"oj-js-noconsole"}]},{"file":"/tests/rules/oj-js-ojcomp-deprecated/jscomp_FAIL_1.js","issues":[{"severity":"major","msg":"Instantiation of JET class oj.ojButton found. Use web component <oj-button>.","msgId":"JET-3060","position":{"row":10,"col":10,"start":200,"end":217},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":12,"col":11,"start":233,"end":248},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ArrayTreeDataProvider - this class was removed in version 8.2.0","msgId":"JET-3070","position":{"row":14,"col":9,"start":262,"end":292},"$hook":false,"rule":"oj-js-ojcomp-exist"}]},{"file":"/tests/rules/oj-css-diagnose/css_FAIL_2.css","issues":[{"severity":"major","msg":"CSS color 'coral' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":2,"col":27,"start":36,"end":41},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#f00' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":3,"col":28,"start":71,"end":75},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#222' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":4,"col":80,"start":157,"end":161},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"file":"/tests/rules/oj-css-diagnose/css_FAIL_3.css","issues":[{"severity":"major","msg":"CSS color 'coral' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":2,"col":26,"start":34,"end":39},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#1B4D3E' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":10,"col":32,"start":162,"end":169},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"file":"/tests/rules/oj-css-style-bp-color/css_color_FAIL_1.css","issues":[{"severity":"major","msg":"class selector 'oj-panel' must not be overridden.","msgId":"JET-6010","position":{"row":1,"col":1,"start":0,"end":9},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'rgb(55,121,86)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":2,"col":24,"start":43,"end":59},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"file":"/tests/rules/oj-css-style-bp-color/css_color_FAIL_2.css","issues":[{"severity":"major","msg":"CSS color '#ffe8e6' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":2,"col":23,"start":30,"end":56},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"minor","msg":"(SyntaxError) Parse error: Unexpected input (near: 'color: black;')","msgId":"JAF-1010","position":{"row":3,"col":10,"start":49,"end":50},"$hook":false,"rule":"jaf-css-diagnose"},{"severity":"major","msg":"CSS color 'black' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":8,"col":12,"start":100,"end":141},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"minor","msg":"(SyntaxError) Parse error: Unexpected input (near: 'background-color: #ffe8e6 ;')","msgId":"JAF-1010","position":{"row":9,"col":21,"start":132,"end":133},"$hook":false,"rule":"jaf-css-diagnose"},{"severity":"major","msg":"CSS color 'rgba(1,2,3,0.5 )' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":14,"col":12,"start":186,"end":239},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"minor","msg":"(SyntaxError) Parse error: Unexpected input (near: 'background-color: #ffe8e6 ;')","msgId":"JAF-1010","position":{"row":15,"col":21,"start":230,"end":231},"$hook":false,"rule":"jaf-css-diagnose"}]},{"file":"/tests/rules/oj-css-style-bp-font/font_FAIL_1.css","issues":[{"severity":"major","msg":"CSS property 'font-size' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":2,"col":3,"start":10,"end":25},"$hook":false,"rule":"oj-css-style-bp-font"},{"severity":"major","msg":"CSS property 'font-weight' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":6,"col":3,"start":43,"end":60},"$hook":false,"rule":"oj-css-style-bp-font"},{"severity":"major","msg":"CSS property 'font-size' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":10,"col":3,"start":78,"end":93},"$hook":false,"rule":"oj-css-style-bp-font"},{"severity":"major","msg":"CSS property 'font-weight' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":11,"col":3,"start":98,"end":115},"$hook":false,"rule":"oj-css-style-bp-font"}]},{"file":"/tests/rules/oj-css-style-override/override_FAIL_1.css","issues":[{"severity":"major","msg":"class selector 'oj-panel' must not be overridden.","msgId":"JET-6010","position":{"row":10,"col":1,"start":121,"end":130},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'rgb(55,121,86)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":11,"col":24,"start":164,"end":180},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-form-control' must not be overridden.","msgId":"JET-6010","position":{"row":14,"col":1,"start":189,"end":205},"$hook":false,"rule":"oj-css-style-override"}]},{"file":"/tests/rules/oj-css-style-override/override_FAIL_2.css","issues":[{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":1,"col":1,"start":0,"end":22},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'green' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":1,"col":34,"start":33,"end":38},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":3,"col":2,"start":46,"end":68},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":5,"col":1,"start":97,"end":119},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"class selector 'oj-icon-color-secondary' must not be overridden.","msgId":"JET-6010","position":{"row":5,"col":23,"start":119,"end":143},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'green' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":5,"col":57,"start":153,"end":158},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":7,"col":1,"start":165,"end":187},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"class selector 'oj-icon-color-secondary' must not be overridden.","msgId":"JET-6010","position":{"row":7,"col":25,"start":189,"end":213},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'green' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":7,"col":59,"start":223,"end":228},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":9,"col":19,"start":253,"end":275},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'green' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":9,"col":51,"start":285,"end":290},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":11,"col":20,"start":316,"end":338},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"CSS color 'green' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":11,"col":52,"start":348,"end":353},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"class selector 'oj-icon-color-primary' must not be overridden.","msgId":"JET-6010","position":{"row":13,"col":3,"start":363,"end":385},"$hook":false,"rule":"oj-css-style-override"}]},{"file":"/tests/rules/oj-css-style-override/override_FAIL_4.css","issues":[{"severity":"major","msg":"type Selector 'oj-train' must not be overridden.","msgId":"JET-6011","position":{"row":2,"col":21,"start":62,"end":70},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"type Selector 'oj-train' must not be overridden.","msgId":"JET-6011","position":{"row":2,"col":59,"start":100,"end":108},"$hook":false,"rule":"oj-css-style-override"},{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":6,"col":23,"start":160,"end":172},"$hook":false,"rule":"oj-css-style-override"}]},{"file":"/tests/rules/spoc-dom-manip/dom-manip_FAIL_1.js","issues":[{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":11,"col":9,"start":216,"end":225},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":19,"col":44,"start":707,"end":716},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":25,"col":9,"start":848,"end":857},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function document.write()","msgId":"SPOC-0010","position":{"row":28,"col":13,"start":964,"end":969},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function document.writeln()","msgId":"SPOC-0010","position":{"row":29,"col":13,"start":997,"end":1004},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"info","msg":"SPOC - obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0010","position":{"row":31,"col":13,"start":1095,"end":1102},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function document.writeln()","msgId":"SPOC-0010","position":{"row":31,"col":13,"start":1095,"end":1102},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0030","position":{"row":31,"col":49,"start":1131,"end":1148},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"SPOC - untagged function setTimeout()","msgId":"SPOC-0010","position":{"row":33,"col":4,"start":1155,"end":1165},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setInterval()","msgId":"SPOC-0010","position":{"row":38,"col":4,"start":1313,"end":1324},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setTimeout()","msgId":"SPOC-0010","position":{"row":40,"col":4,"start":1365,"end":1375},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setInterval()","msgId":"SPOC-0010","position":{"row":41,"col":4,"start":1415,"end":1426},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function write()","msgId":"SPOC-0010","position":{"row":41,"col":30,"start":1441,"end":1446},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function Math.random()","msgId":"SPOC-0010","position":{"row":43,"col":17,"start":1487,"end":1493},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function eval()","msgId":"SPOC-0010","position":{"row":45,"col":4,"start":1504,"end":1508},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":45,"col":18,"start":1518,"end":1527},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function createElement() used to create a 'script' element","msgId":"SPOC-0010","position":{"row":48,"col":30,"start":1626,"end":1639},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function XMLHttpRequest()","msgId":"SPOC-0010","position":{"row":57,"col":21,"start":1881,"end":1895},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function ActiveXObject()","msgId":"SPOC-0010","position":{"row":60,"col":21,"start":1968,"end":1981},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('onClick', ...)","msgId":"SPOC-0010","position":{"row":67,"col":15,"start":2161,"end":2173},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":70,"col":9,"start":2234,"end":2243},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":71,"col":9,"start":2269,"end":2278},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prepend()","msgId":"SPOC-0010","position":{"row":71,"col":33,"start":2293,"end":2300},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prependTo()","msgId":"SPOC-0010","position":{"row":73,"col":16,"start":2323,"end":2332},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function before()","msgId":"SPOC-0010","position":{"row":74,"col":16,"start":2353,"end":2359},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function after()","msgId":"SPOC-0010","position":{"row":75,"col":16,"start":2380,"end":2385},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function insertAfter()","msgId":"SPOC-0010","position":{"row":77,"col":16,"start":2439,"end":2450},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function append()","msgId":"SPOC-0010","position":{"row":78,"col":16,"start":2471,"end":2477},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function appendTo()","msgId":"SPOC-0010","position":{"row":79,"col":16,"start":2498,"end":2506},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrap()","msgId":"SPOC-0010","position":{"row":80,"col":16,"start":2527,"end":2531},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapAll()","msgId":"SPOC-0010","position":{"row":81,"col":16,"start":2552,"end":2559},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapInner()","msgId":"SPOC-0010","position":{"row":82,"col":16,"start":2580,"end":2589},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceAll()","msgId":"SPOC-0010","position":{"row":83,"col":16,"start":2610,"end":2620},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"info","msg":"SPOC - obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0010","position":{"row":83,"col":16,"start":2610,"end":2620},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0030","position":{"row":83,"col":40,"start":2634,"end":2651},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":84,"col":16,"start":2668,"end":2679},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"Incorrect placement of '@XssFalsePositive'","msgId":"SPOC-0030","position":{"row":86,"col":40,"start":2726,"end":2743},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"Invalid security tag case - '@XssFalsePositive' - should be @XSSFalsePositive","msgId":"SPOC-0020","position":{"row":86,"col":40,"start":2726,"end":2743},"$hook":true,"rule":"spoc-dom-manip-inv-tag"},{"severity":"blocker","msg":"obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0030","position":{"row":91,"col":40,"start":2867,"end":2884},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"Incorrect placement of '@XSSFalsePositive'","msgId":"SPOC-0030","position":{"row":93,"col":40,"start":2931,"end":2948},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":95,"col":17,"start":2968,"end":2979},"$hook":false,"rule":"spoc-dom-manip"}]},{"file":"/tests/rules/spoc-dom-manip/dom-manip_FAIL_2.js","issues":[{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":16,"col":9,"start":357,"end":366},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":17,"col":9,"start":394,"end":403},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":18,"col":44,"start":458,"end":467},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":20,"col":9,"start":494,"end":503},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":21,"col":9,"start":531,"end":540},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'outerHTML'","msgId":"SPOC-0010","position":{"row":22,"col":9,"start":560,"end":569},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function document.write()","msgId":"SPOC-0010","position":{"row":24,"col":13,"start":601,"end":606},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function document.writeln()","msgId":"SPOC-0010","position":{"row":25,"col":13,"start":634,"end":641},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function html() used as a setter","msgId":"SPOC-0010","position":{"row":27,"col":9,"start":667,"end":671},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function html() used as a setter","msgId":"SPOC-0010","position":{"row":28,"col":9,"start":697,"end":701},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prepend()","msgId":"SPOC-0010","position":{"row":30,"col":9,"start":721,"end":728},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prepend()","msgId":"SPOC-0010","position":{"row":31,"col":9,"start":754,"end":761},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prependTo()","msgId":"SPOC-0010","position":{"row":33,"col":9,"start":781,"end":790},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function prependTo()","msgId":"SPOC-0010","position":{"row":34,"col":9,"start":816,"end":825},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function before()","msgId":"SPOC-0010","position":{"row":36,"col":9,"start":845,"end":851},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function before()","msgId":"SPOC-0010","position":{"row":37,"col":9,"start":877,"end":883},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function after()","msgId":"SPOC-0010","position":{"row":42,"col":9,"start":973,"end":978},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function after()","msgId":"SPOC-0010","position":{"row":43,"col":9,"start":1004,"end":1009},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function insertAfter()","msgId":"SPOC-0010","position":{"row":45,"col":9,"start":1029,"end":1040},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function insertAfter()","msgId":"SPOC-0010","position":{"row":46,"col":9,"start":1066,"end":1077},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function append()","msgId":"SPOC-0010","position":{"row":48,"col":9,"start":1097,"end":1103},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function append()","msgId":"SPOC-0010","position":{"row":49,"col":9,"start":1129,"end":1135},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function appendTo()","msgId":"SPOC-0010","position":{"row":51,"col":9,"start":1155,"end":1163},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function appendTo()","msgId":"SPOC-0010","position":{"row":52,"col":9,"start":1189,"end":1197},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrap()","msgId":"SPOC-0010","position":{"row":54,"col":9,"start":1217,"end":1221},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrap()","msgId":"SPOC-0010","position":{"row":55,"col":9,"start":1247,"end":1251},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapAll()","msgId":"SPOC-0010","position":{"row":57,"col":9,"start":1271,"end":1278},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapAll()","msgId":"SPOC-0010","position":{"row":58,"col":9,"start":1304,"end":1311},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapInner()","msgId":"SPOC-0010","position":{"row":60,"col":9,"start":1331,"end":1340},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function wrapInner()","msgId":"SPOC-0010","position":{"row":61,"col":9,"start":1366,"end":1375},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceAll()","msgId":"SPOC-0010","position":{"row":63,"col":9,"start":1395,"end":1405},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceAll()","msgId":"SPOC-0010","position":{"row":64,"col":9,"start":1431,"end":1441},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":66,"col":9,"start":1461,"end":1472},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":67,"col":9,"start":1498,"end":1509},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('onClick', ...)","msgId":"SPOC-0010","position":{"row":80,"col":9,"start":2224,"end":2236},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":81,"col":9,"start":2277,"end":2289},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('onclick', ...)","msgId":"SPOC-0010","position":{"row":82,"col":9,"start":2322,"end":2334},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('onblur', ...)","msgId":"SPOC-0010","position":{"row":83,"col":9,"start":2383,"end":2395},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function attr('onClick', ...)","msgId":"SPOC-0010","position":{"row":95,"col":9,"start":3079,"end":3083},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function attr('onclick', ...)","msgId":"SPOC-0010","position":{"row":96,"col":9,"start":3124,"end":3128},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function attr('style', ...)","msgId":"SPOC-0010","position":{"row":97,"col":9,"start":3177,"end":3181},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function attr('onblur', ...)","msgId":"SPOC-0010","position":{"row":98,"col":9,"start":3214,"end":3218},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function eval()","msgId":"SPOC-0010","position":{"row":100,"col":4,"start":3263,"end":3267},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation setter 'innerHTML'","msgId":"SPOC-0010","position":{"row":100,"col":18,"start":3277,"end":3286},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function eval()","msgId":"SPOC-0010","position":{"row":101,"col":4,"start":3307,"end":3311},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function Function()","msgId":"SPOC-0010","position":{"row":103,"col":18,"start":3360,"end":3368},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setTimeout()","msgId":"SPOC-0010","position":{"row":105,"col":4,"start":3402,"end":3412},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setTimeout()","msgId":"SPOC-0010","position":{"row":106,"col":11,"start":3452,"end":3469},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setInterval()","msgId":"SPOC-0010","position":{"row":107,"col":11,"start":3509,"end":3527},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setInterval()","msgId":"SPOC-0010","position":{"row":108,"col":4,"start":3567,"end":3578},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function write()","msgId":"SPOC-0010","position":{"row":108,"col":30,"start":3593,"end":3598},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function Math.random()","msgId":"SPOC-0010","position":{"row":110,"col":17,"start":3639,"end":3645},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"Invalid security tag case - '@RandomNumberOk' - should be @RandomNumberOK","msgId":"SPOC-0020","position":{"row":113,"col":33,"start":3780,"end":3795},"$hook":true,"rule":"spoc-dom-manip-inv-tag"},{"severity":"blocker","msg":"SPOC - untagged var 'scriptTagName' initialized with 'script'","msgId":"SPOC-0010","position":{"row":115,"col":8,"start":3807,"end":3831},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged var assignment of 'script'","msgId":"SPOC-0010","position":{"row":117,"col":21,"start":3879,"end":3887},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function createElement() used to create a 'script' element","msgId":"SPOC-0010","position":{"row":119,"col":30,"start":3924,"end":3937},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function XMLHttpRequest()","msgId":"SPOC-0010","position":{"row":124,"col":21,"start":4119,"end":4133},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function ActiveXObject()","msgId":"SPOC-0010","position":{"row":127,"col":21,"start":4206,"end":4219},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged use of 'document.cookie'","msgId":"SPOC-0010","position":{"row":130,"col":21,"start":4271,"end":4277},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged use of 'document.cookie'","msgId":"SPOC-0010","position":{"row":131,"col":13,"start":4292,"end":4298},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"Incorrect placement of '@HTMLUpdateOK'","msgId":"SPOC-0030","position":{"row":135,"col":37,"start":4382,"end":4395},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":136,"col":17,"start":4413,"end":4424},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"obsolete tag '@HTMLUpdateReview' - remove","msgId":"SPOC-0030","position":{"row":140,"col":37,"start":4507,"end":4524},"$hook":true,"rule":"spoc-dom-manip-tag-pos"},{"severity":"blocker","msg":"SPOC - untagged DOM manipulation function replaceWith()","msgId":"SPOC-0010","position":{"row":142,"col":17,"start":4544,"end":4555},"$hook":false,"rule":"spoc-dom-manip"}]},{"file":"/tests/rules/parse-html/proc_instr.html","issues":[{"severity":"info","msg":"Received procstmt \"?xml-stylesheet href=\"person.css\" type=\"text/css\"?\" \"href=\"person.css\" type=\"text/css\"\"","msgId":"STD-0001","position":{"row":1,"col":1,"start":0,"end":0},"$hook":false,"rule":"proc_directive"},{"severity":"info","msg":"Received procstmt \"?robots index=\"yes\" follow=\"no\"?\" \"index=\"yes\" follow=\"no\"\"","msgId":"STD-0001","position":{"row":1,"col":1,"start":0,"end":0},"$hook":false,"rule":"proc_directive"},{"severity":"info","msg":"Received directive \"!FRED\" ''","msgId":"STD-0001","position":{"row":1,"col":1,"start":0,"end":0},"$hook":false,"rule":"proc_directive"},{"severity":"info","msg":"Received directive \"!DOCTYPE html\" 'html'","msgId":"STD-0001","position":{"row":1,"col":1,"start":0,"end":0},"$hook":false,"rule":"proc_directive"}]},{"file":"/tests/rules/tab-tests/tab-test_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":12,"col":29,"start":281,"end":282},"$hook":false,"rule":"oj-acc-combobox-aria-label"},{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":17,"col":24,"start":555,"end":556},"$hook":false,"rule":"oj-acc-combobox-aria-label"},{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":22,"col":29,"start":834,"end":835},"$hook":false,"rule":"oj-acc-combobox-aria-label"},{"severity":"blocker","msg":"<oj-combobox-many> 'id' attribute \"combobox1\" has no matching <oj-label>","msgId":"JET-2100","position":{"row":27,"col":32,"start":1137,"end":1138},"$hook":false,"rule":"oj-acc-combobox-aria-label"}]},{"file":"/tests/rules/tab-tests/tab-test_FAIL_2.html","issues":[{"severity":"major","msg":"<oj-slot> is deprecated. Use <oj-bind-slot>.","msgId":"JET-0140","position":{"row":5,"col":34,"start":56,"end":62},"$hook":false,"rule":"oj-html-ojslot"}]},{"file":"/tests/rules/comments/com_FAIL_1.js","issues":[{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":21,"col":8,"start":364,"end":379},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":27,"col":8,"start":554,"end":569},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":32,"col":8,"start":712,"end":727},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":42,"col":10,"start":1020,"end":1035},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":45,"col":8,"start":1096,"end":1111},"$hook":false,"rule":"oj-js-ojcomp-exist"}]},{"file":"/tests/rules/comments/com_FAIL_2.js","issues":[{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":26,"col":8,"start":1191,"end":1206},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"major","msg":"Instantiation of JET class oj.ojTable found. Use web component <oj-table>.","msgId":"JET-3060","position":{"row":36,"col":8,"start":1928,"end":1944},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"major","msg":"Instantiation of JET class oj.ojTable found. Use web component <oj-table>.","msgId":"JET-3060","position":{"row":87,"col":8,"start":4522,"end":4538},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":88,"col":8,"start":4578,"end":4593},"$hook":false,"rule":"oj-js-ojcomp-exist"}]},{"file":"/tests/rules/jet-composites/demo-buttonset-enum/view.html","issues":[{"severity":"major","msg":"Attribute 'id' has unmatched expression delimiters","msgId":"JET-2211","position":{"row":21,"col":19,"start":783,"end":785},"$hook":false,"rule":"oj-html-cspexpr"},{"severity":"blocker","msg":"Expression refers to $properties.aaa.bbb.ccc.ddd.eee : not defined by web component <demo-buttonset-enum>","msgId":"JET-0360","position":{"row":22,"col":19,"start":814,"end":818},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.aaa.bbb.ccc.ddd.eee : not defined by web component <demo-buttonset-enum>","msgId":"JET-0360","position":{"row":26,"col":19,"start":930,"end":934},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.aaa.bbb.ddd : not defined by web component <demo-buttonset-enum>","msgId":"JET-0360","position":{"row":39,"col":19,"start":1375,"end":1379},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.hello.length : not defined by web component <demo-buttonset-enum>","msgId":"JET-0360","position":{"row":47,"col":19,"start":1601,"end":1605},"$hook":false,"rule":"oj-html-wctag-$props"}]},{"file":"/tests/rules/jet-composites/demo-card/view.html","issues":[{"severity":"major","msg":"Use of attribute expression with an unprefixed global attribute 'id' is invalid for <oj-avatar>","msgId":"JET-0200","position":{"row":4,"col":16,"start":240,"end":241},"$hook":false,"rule":"oj-html-ojtag-globattr-noprefix"},{"severity":"blocker","msg":"<oj-avatar> 'id' should be prefixed as ':id'","msgId":"JET-0330","position":{"row":4,"col":16,"start":240,"end":241},"$hook":false,"rule":"oj-html-wctag-id"}]},{"file":"/tests/rules/jet-composites/demo-contact-form/view.html","issues":[{"severity":"blocker","msg":"<oj-label> 'for' should be set to an expression","msgId":"JET-0340","position":{"row":2,"col":11,"start":71,"end":73},"$hook":false,"rule":"oj-html-wctag-for"},{"severity":"blocker","msg":"<oj-label> ':for' should be unprefixed, and set to an expression","msgId":"JET-0340","position":{"row":3,"col":11,"start":108,"end":111},"$hook":false,"rule":"oj-html-wctag-for"},{"severity":"major","msg":"Colon-prefixed attribute ':for' is not a read-only '[[...]]' or read-write '{{...}} expression","msgId":"JET-0075","position":{"row":3,"col":11,"start":108,"end":111},"$hook":false,"rule":"oj-html-attr-prefix-expr"}]},{"file":"/tests/rules/jet-composites/demo-grocery-list/view.html","issues":[{"severity":"blocker","msg":"<oj-list-view> 'id' should be prefixed as ':id' and set to an expression","msgId":"JET-0330","position":{"row":13,"col":15,"start":421,"end":422},"$hook":false,"rule":"oj-html-wctag-id"},{"severity":"major","msg":"<oj-list-view> attribute 'selection' is deprecated! Use selected attribute instead.","msgId":"JET-0080","position":{"row":14,"col":5,"start":483,"end":491},"$hook":false,"rule":"oj-html-ojattr-deprecated"}]},{"file":"/tests/rules/jet-composites/oj-cgbu-omc/wctag_props_FAIL_1.html","issues":[{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.meta.options : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":9,"col":19,"start":232,"end":237},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.meta.option : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":13,"col":19,"start":404,"end":409},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.metax.options : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":17,"col":19,"start":575,"end":580},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.meta.options.links : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":22,"col":19,"start":750,"end":755},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.meta.options.foo : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":26,"col":19,"start":928,"end":933},"$hook":false,"rule":"oj-html-wctag-$props"},{"severity":"blocker","msg":"Expression refers to $properties.omcAttributeData.meta.options.foo.bar : not defined by web component <oj-cgbu-omc>","msgId":"JET-0360","position":{"row":30,"col":19,"start":1104,"end":1109},"$hook":false,"rule":"oj-html-wctag-$props"}]},{"file":"/tests/rules/jet-composites/demo-buttonset-enum/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : displayName - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"critical","msg":"component.json schema violation : properties['aaa'].properties['bbb'].properties['ccc'].properties['ddd'].displayName - should be string","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"major","msg":"'jetVersion' semver property '>=8.1.0 <9.0.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":4,"col":3,"start":62,"end":71},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"blocker","msg":"'displayName' has invalid type (array) - expected string","msgId":"EXCH-0060","position":{"row":5,"col":3,"start":98,"end":108},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"property 'enumValues': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":8,"col":6,"start":242,"end":248},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"info","msg":"'displayName' for property 'enumValues' should be defined - best practices","msgId":"JET-9052","position":{"row":8,"col":6,"start":242,"end":251},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'value' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":6,"start":400,"end":404},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'labelledBy' should be defined - best practices","msgId":"JET-9052","position":{"row":17,"col":6,"start":536,"end":545},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'describedBy' should be defined - best practices","msgId":"JET-9052","position":{"row":21,"col":6,"start":676,"end":686},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'disabled' should be defined - best practices","msgId":"JET-9052","position":{"row":25,"col":6,"start":879,"end":886},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'aaa' should be defined - best practices","msgId":"JET-9052","position":{"row":29,"col":6,"start":1007,"end":1009},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'aaa.bbb' should be defined - best practices","msgId":"JET-9052","position":{"row":32,"col":14,"start":1084,"end":1090},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'aaa.bbb.ccc' should be defined - best practices","msgId":"JET-9052","position":{"row":35,"col":22,"start":1186,"end":1196},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"blocker","msg":"'properties.aaa.properties.bbb.properties.ccc.properties.ddd.displayName' has invalid type (number) - expected string","msgId":"EXCH-0060","position":{"row":40,"col":31,"start":1401,"end":1411},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"'displayName' for property 'hello' should be defined - best practices","msgId":"JET-9052","position":{"row":48,"col":6,"start":1562,"end":1566},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"property 'hello.world': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":51,"col":14,"start":1641,"end":1647},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"info","msg":"'displayName' for property 'hello.world' should be defined - best practices","msgId":"JET-9052","position":{"row":51,"col":14,"start":1641,"end":1651},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/jet-composites/demo-card/component.json","issues":[{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"major","msg":"'jetVersion' semver property '>=8.1.0 <9.0.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":5,"col":3,"start":178,"end":187},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'name' should be defined - best practices","msgId":"JET-9052","position":{"row":7,"col":5,"start":235,"end":238},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'avatar' should be defined - best practices","msgId":"JET-9052","position":{"row":11,"col":5,"start":333,"end":338},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workTitle' should be defined - best practices","msgId":"JET-9052","position":{"row":15,"col":5,"start":440,"end":448},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workNumber' should be defined - best practices","msgId":"JET-9052","position":{"row":19,"col":5,"start":543,"end":552},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'email' should be defined - best practices","msgId":"JET-9052","position":{"row":23,"col":5,"start":649,"end":653},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/jet-composites/demo-contact-form/component.json","issues":[{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'name' should be defined - best practices","msgId":"JET-9052","position":{"row":7,"col":5,"start":169,"end":172},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'email' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":5,"start":287,"end":291},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'address' should be defined - best practices","msgId":"JET-9052","position":{"row":17,"col":5,"start":415,"end":421},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/jet-composites/demo-grocery-list/component.json","issues":[{"severity":"info","msg":"'displayName' property not specified","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"'displayName' should be defined at top level - best practices","msgId":"JET-9052","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/jet-composites/oj-cgbu-omc/attribute-selection/component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.id' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":34,"col":17,"start":1177,"end":1178},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.meta.properties.style' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":54,"col":25,"start":2136,"end":2140},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"property 'omcAttributeData.meta.options': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":79,"col":25,"start":3601,"end":3607},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.meta.properties.options.properties.id' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":84,"col":33,"start":3878,"end":3879},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"property 'omcAttributeData.meta.options.links': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":94,"col":33,"start":4510,"end":4516},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"info","msg":"property 'omcAttributeData.meta.options.foo': type 'object' has no sub-properties. Provide a more complete API definition using sub-properties or a closure type definition","msgId":"JET-9040","position":{"row":99,"col":33,"start":4830,"end":4836},"$hook":false,"rule":"oj-cca-compjson-bp-obj"},{"severity":"info","msg":"'displayName' for property 'omcCompactDisplay' should be defined - best practices","msgId":"JET-9052","position":{"row":110,"col":9,"start":5228,"end":5244},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'omcDisabled' should be defined - best practices","msgId":"JET-9052","position":{"row":115,"col":9,"start":5462,"end":5472},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'omcLabel' should be defined - best practices","msgId":"JET-9052","position":{"row":119,"col":9,"start":5647,"end":5654},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"property 'omcUiMessages': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":123,"col":9,"start":5778,"end":5784},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"info","msg":"'displayName' for property 'omcUiMessages' should be defined - best practices","msgId":"JET-9052","position":{"row":123,"col":9,"start":5778,"end":5790},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"file":"/tests/rules/jet-composites/oj-cgbu-omc/component.json","issues":[{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"critical","msg":"Cannot match 'oj-cgbu-omc' dependency 'oj-cgbu-omc-reference' version '1.0.0' with pack dependency version '1.0.0'","msgId":"EXCH-0190","position":{"row":8,"col":5,"start":249,"end":269},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"Cannot match 'oj-cgbu-omc' dependency 'oj-cgbu-omc-attribute-selection' version '1.0.0' with pack dependency version '1.0.0'","msgId":"EXCH-0190","position":{"row":9,"col":5,"start":288,"end":318},"$hook":false,"rule":"oj-cca-compjson-prop-deps"}]},{"file":"/tests/rules/jet-composites/oj-cgbu-omc/reference/component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"property 'omcUiMessages': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":39,"col":9,"start":1320,"end":1326},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.id' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":51,"col":17,"start":1745,"end":1746},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.meta.properties.style' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":81,"col":25,"start":3146,"end":3150},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"property 'omcAttributeData.meta.options': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":106,"col":25,"start":4616,"end":4622},"$hook":false,"rule":"oj-cca-compjson-bp-ar"},{"severity":"blocker","msg":"'properties.omcAttributeData.properties.meta.properties.options.properties.id' is an illegal name and cannot be used","msgId":"EXCH-0060","position":{"row":111,"col":33,"start":4894,"end":4895},"$hook":false,"rule":"oj-cca-compjson-prop-types"},{"severity":"info","msg":"property 'omcAttributeData.meta.options.links': unqualified type 'array'. Provide a more complete API definition using a closure type definition","msgId":"JET-9043","position":{"row":121,"col":33,"start":5528,"end":5534},"$hook":false,"rule":"oj-cca-compjson-bp-ar"}]},{"file":"/tests/rules/pack-compjson/audit-pack/component.json","issues":[{"severity":"critical","msg":"component.json schema violation : property 'dependencies['audit-pack-component-2']' failed a schema format pattern match","msgId":"EXCH-0030","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-compjson-schema"},{"severity":"blocker","msg":"'jetVersion' property is missing","msgId":"JET-9049","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"critical","msg":"Cannot match 'audit-pack' dependency 'audit-pack-component-1' version '1.0.0' with pack dependency version '1.0.0'","msgId":"EXCH-0190","position":{"row":8,"col":5,"start":248,"end":269},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"Cannot match 'audit-pack' dependency 'audit-pack-component-2' version '1.0.0' with pack dependency version '^2.0.0'","msgId":"EXCH-0190","position":{"row":9,"col":5,"start":288,"end":309},"$hook":false,"rule":"oj-cca-compjson-prop-deps"},{"severity":"critical","msg":"Cannot locate 'audit-pack' dependency 'audit-pack-resources' ","msgId":"EXCH-0190","position":{"row":10,"col":5,"start":329,"end":348},"$hook":false,"rule":"oj-cca-compjson-prop-deps"}]},{"file":"/tests/rules/webcomptests/jet-composites/oj-html-wctag-for/for_FAIL_1.html","issues":[{"severity":"blocker","msg":"<oj-label> ':for' should be unprefixed","msgId":"JET-0340","position":{"row":4,"col":16,"start":50,"end":53},"$hook":false,"rule":"oj-html-wctag-for"},{"severity":"blocker","msg":"<oj-label> ':for' should be unprefixed, and set to an expression","msgId":"JET-0340","position":{"row":5,"col":16,"start":122,"end":125},"$hook":false,"rule":"oj-html-wctag-for"},{"severity":"major","msg":"Colon-prefixed attribute ':for' is not a read-only '[[...]]' or read-write '{{...}} expression","msgId":"JET-0075","position":{"row":5,"col":16,"start":122,"end":125},"$hook":false,"rule":"oj-html-attr-prefix-expr"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"info","msg":"LICENSE file is missing","msgId":"EXCH-0220","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-comp-zip-content-composite"},{"severity":"info","msg":"README file is missing","msgId":"EXCH-0220","position":{"row":0,"col":0},"$hook":false,"rule":"oj-cca-comp-zip-content-composite"},{"severity":"blocker","msg":"component.json 'jetVersion' property '>=3.0.0 <5.0.0' does not satisfy a currently supported JET version","msgId":"EXCH-0090","position":{"row":6,"col":3,"start":216,"end":225},"$hook":false,"rule":"oj-cca-compjson-prop-jetver"},{"severity":"major","msg":"'jetVersion' semver property '>=3.0.0 <5.0.0' does not match any supported JET versions","msgId":"JET-9049","position":{"row":6,"col":3,"start":216,"end":225},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'name' should be defined - best practices","msgId":"JET-9052","position":{"row":8,"col":5,"start":272,"end":275},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'avatar' should be defined - best practices","msgId":"JET-9052","position":{"row":12,"col":5,"start":370,"end":375},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workTitle' should be defined - best practices","msgId":"JET-9052","position":{"row":16,"col":5,"start":477,"end":485},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'workNumber' should be defined - best practices","msgId":"JET-9052","position":{"row":20,"col":5,"start":580,"end":589},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'email' should be defined - best practices","msgId":"JET-9052","position":{"row":24,"col":5,"start":686,"end":690},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"Knockout comment binding \"foreach:\" found. Use of JET <oj-bind-for-each> recommended.","msgId":"JET-0250","position":{"row":8,"col":9,"start":310,"end":339},"$hook":false,"rule":"oj-html-ko-comment"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"styles.css","issues":[{"severity":"major","msg":"class selector 'oj-complete' must not be overridden.","msgId":"JET-6010","position":{"row":2,"col":15,"start":119,"end":131},"$hook":false,"rule":"oj-css-style-override"},{"severity":"minor","msg":"(SyntaxError) Parse error: Identifier is expected (near: 'demo-card h2, bad: }')","msgId":"JAF-1010","position":{"row":16,"col":23,"start":345,"end":346},"$hook":false,"rule":"jaf-css-diagnose"},{"severity":"major","msg":"CSS color 'rgb(38,125,179)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":32,"col":21,"start":773,"end":790},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS property 'font-size' - for best practices, JET typography classes preferred","msgId":"JET-6025","position":{"row":85,"col":3,"start":2221,"end":2236},"$hook":false,"rule":"oj-css-style-bp-font"},{"severity":"major","msg":"CSS color 'rgb(38,125,179)' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":87,"col":21,"start":2276,"end":2293},"$hook":false,"rule":"oj-css-style-bp-color"},{"severity":"major","msg":"CSS color '#fff' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-6015","position":{"row":89,"col":21,"start":2339,"end":2343},"$hook":false,"rule":"oj-css-style-bp-color"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"view.html","issues":[{"severity":"major","msg":"Use of attribute expression with unprefixed attribute 'style' is invalid for <div>","msgId":"JET-0190","position":{"row":3,"col":8,"start":75,"end":79},"$hook":false,"rule":"oj-html-tag-attr-noprefix"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":7,"col":5,"start":266,"end":302},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":8,"col":37,"start":341,"end":349},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":10,"col":5,"start":398,"end":434},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":13,"col":9,"start":558,"end":566},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":18,"col":11,"start":699,"end":707},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":19,"col":11,"start":746,"end":754},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":20,"col":7,"start":794,"end":834},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":22,"col":21,"start":880,"end":888},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"Knockout comment binding \"if:\" found. Use of JET <oj-bind-if> recommended.","msgId":"JET-0250","position":{"row":24,"col":7,"start":944,"end":979},"$hook":false,"rule":"oj-html-ko-comment"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":26,"col":21,"start":1026,"end":1034},"$hook":false,"rule":"oj-html-ko-databind"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_FAIL_7.zip","file":"viewModel.js","issues":[{"severity":"blocker","msg":"JavaScript syntax - Unexpected token is","msgId":"JAF-1000","position":{"row":8,"col":6,"start":203,"end":204},"$hook":false,"rule":"jaf-js-diagnose"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"component.json","issues":[{"severity":"info","msg":"'type' property defaulting to 'composite'","msgId":"EXCH-0050","position":{"row":0,"col":0,"start":0,"end":0},"$hook":false,"rule":"oj-cca-compjson-prop-undef"},{"severity":"major","msg":"'jetVersion' semver property '^5.1.0' does not match audit run JET version '9.0.0'","msgId":"JET-9049","position":{"row":11,"col":3,"start":400,"end":409},"$hook":false,"rule":"oj-cca-compjson-bp-jetver"},{"severity":"info","msg":"'displayName' for property 'colors.border' should be defined - best practices","msgId":"JET-9052","position":{"row":34,"col":9,"start":1164,"end":1176},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.face' should be defined - best practices","msgId":"JET-9052","position":{"row":39,"col":9,"start":1304,"end":1314},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.cap' should be defined - best practices","msgId":"JET-9052","position":{"row":44,"col":9,"start":1440,"end":1449},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.digit' should be defined - best practices","msgId":"JET-9052","position":{"row":49,"col":9,"start":1574,"end":1585},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.hour' should be defined - best practices","msgId":"JET-9052","position":{"row":54,"col":9,"start":1712,"end":1722},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.minute' should be defined - best practices","msgId":"JET-9052","position":{"row":59,"col":9,"start":1847,"end":1859},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"},{"severity":"info","msg":"'displayName' for property 'colors.second' should be defined - best practices","msgId":"JET-9052","position":{"row":64,"col":9,"start":1986,"end":1998},"$hook":false,"rule":"oj-cca-compjson-bp-dsplyname"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"demo-analog-clock-viewModel.js","issues":[{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":144,"col":35,"start":7162,"end":7174},"$hook":false,"rule":"spoc-dom-manip"},{"severity":"blocker","msg":"SPOC - untagged function setAttribute('style', ...)","msgId":"SPOC-0010","position":{"row":156,"col":35,"start":8180,"end":8192},"$hook":false,"rule":"spoc-dom-manip"}]},{"container":"http://localhost:8136/rules/oj-cca-comp-zip/zip_PASS_1.zip","file":"extension/demo/js/views/demo.html","issues":[{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":9,"col":29,"start":286,"end":290},"$hook":false,"rule":"oj-html-style-bp-color"},{"severity":"major","msg":"Knockout data-bind \"text:\" binding found. Use of JET <oj-bind-text> recommended.","msgId":"JET-0260","position":{"row":10,"col":18,"start":392,"end":400},"$hook":false,"rule":"oj-html-ko-databind"},{"severity":"major","msg":"CSS color '#ccc' - best practices: use the utility CSS selectors available (see 'Text', 'Icons', and 'Link' pages)","msgId":"JET-5020","position":{"row":12,"col":46,"start":490,"end":494},"$hook":false,"rule":"oj-html-style-bp-color"}]},{"file":"http://localhost:8136/rules/oj-html-attr-json/attr-json_FAIL_1.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' containing JSON must be delimited with single-quotes.","msgId":"JET-0020","position":{"row":10,"col":17,"start":255,"end":268},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"http://localhost:8136/rules/oj-html-attr-json/attr-json_FAIL_2.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' JSON error : (Unexpected token w in JSON at position 93)","msgId":"JET-0021","position":{"row":10,"col":17,"start":252,"end":265},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"http://localhost:8136/rules/oj-html-attr-json/attr-json_FAIL_3.html","issues":[{"severity":"critical","msg":"<oj-chart> attribute 'style-defaults' containing JSON must be delimited with single-quotes.","msgId":"JET-0020","position":{"row":10,"col":17,"start":255,"end":268},"$hook":false,"rule":"oj-html-attr-json"}]},{"file":"http://localhost:8136/rules/oj-js-ojcomp-deprecated/jscomp_FAIL_1.js","issues":[{"severity":"major","msg":"Instantiation of JET class oj.ojButton found. Use web component <oj-button>.","msgId":"JET-3060","position":{"row":10,"col":10,"start":200,"end":217},"$hook":false,"rule":"oj-js-ojcomp-new"},{"severity":"critical","msg":"Instantiation of oj.ojTree - this class was undocumented in version 6.0.0","msgId":"JET-3070","position":{"row":12,"col":11,"start":233,"end":248},"$hook":false,"rule":"oj-js-ojcomp-exist"},{"severity":"critical","msg":"Instantiation of oj.ArrayTreeDataProvider - this class was removed in version 8.2.0","msgId":"JET-3070","position":{"row":14,"col":9,"start":262,"end":292},"$hook":false,"rule":"oj-js-ojcomp-exist"}]},{"file":"http://localhost:8136/rules/oj-json-syntax/json_FAIL_1.json","issues":[{"severity":"critical","msg":"Unexpected token } in JSON at line 4, col 30 (position 98)","msgId":"JET-4000","position":{"row":4,"col":30,"start":98,"end":98},"$hook":true,"rule":"oj-json-syntax"}]},{"file":null,"issues":[{"severity":"critical","msg":"RP Hook phase 'closedownRP': - rulepack prefix: HOOK","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"Hook phase 'closedownRP' type: 'closedownRP' - value = 3","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"Hook phase 'closedown' type: 'closedown' received","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"},{"severity":"critical","msg":"Hook phase 'closedown' type: 'closedown' - value = 4","msgId":"HOOK-0000","position":{"row":0,"col":0},"$hook":true,"rule":"hook-start-close-rulepack"}]}],"summary":{"severities":{"critical":137,"blocker":281,"major":217,"minor":40,"info":159},"issues":847,"issueFiles":203,"errorFiles":0,"parseErrors":10,"errors":0,"warnings":0,"asserts":0,"files":288,"urls":10,"rulesActive":95,"rulesFired":52828,"hooksFired":1729},"messages":[],"run":{"date":"Mon, 01 Jun 2020 16:26:47 GMT","revision":"","tag":"","jetVersion":"9.0.0","config":"d:/vsprojects/JetAuditDev/tests/config/config_base.json"}}