You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/31 12:41:13 UTC

[camel-website] branch master updated: chore: disable no-deprecated-attr rule

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a2cf498  chore: disable no-deprecated-attr rule
a2cf498 is described below

commit a2cf4982bddbd9fde6f78a73f44f071ce28ce9f1
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Mar 31 14:20:18 2020 +0200

    chore: disable no-deprecated-attr rule
    
    Let's disable `no-deprecated-attr` rule so that the build can pass, we
    can revisit table alignment using CSS rather than deprecated attributes
    in CAMEL-14817.
    
    See #290
    See https://issues.apache.org/jira/browse/CAMEL-14817
---
 .htmlvalidate.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htmlvalidate.json b/.htmlvalidate.json
index 7d21cd6..0ed80f8 100644
--- a/.htmlvalidate.json
+++ b/.htmlvalidate.json
@@ -7,6 +7,7 @@
   ],
   "rules": {
     "attr-quotes": "off",
+    "no-deprecated-attr": "off",
     "wcag/h30": "off",
     "no-inline-style": "off",
     "element-required-attributes": "off",