You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/01/11 22:57:15 UTC

[superset] branch tech-debt-metrics updated: fixing rule definition

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

rusackas pushed a commit to branch tech-debt-metrics
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/tech-debt-metrics by this push:
     new 0c4b5ee  fixing rule definition
0c4b5ee is described below

commit 0c4b5eede06fd9eee6bd241f8b570ca13e9ebde4
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Jan 11 15:55:33 2022 -0700

    fixing rule definition
---
 superset-frontend/scripts/eslintrc_metrics.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/scripts/eslintrc_metrics.js b/superset-frontend/scripts/eslintrc_metrics.js
index 9d0d3d1..0e979d9 100644
--- a/superset-frontend/scripts/eslintrc_metrics.js
+++ b/superset-frontend/scripts/eslintrc_metrics.js
@@ -70,7 +70,7 @@ module.exports = {
             "message": "Please reduce/remove reliance on LESS files - move approprate styles to Emotion"
           },
           {
-            "name": "antd",
+            "group": ["antd"],
             "message": "Please do not use AntD directly, but instead import through src/common/components"
           }
         ]