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/06 22:18:16 UTC

[superset] branch tech-debt-metrics updated: clarifying message

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 5a2ce62  clarifying message
5a2ce62 is described below

commit 5a2ce62f95e7567e2417c9fc41018a253197f211
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Jan 6 15:12:38 2022 -0700

    clarifying message
---
 superset-frontend/scripts/eslint_metrics.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/scripts/eslint_metrics.js b/superset-frontend/scripts/eslint_metrics.js
index 4b82e73..5bbcab4 100644
--- a/superset-frontend/scripts/eslint_metrics.js
+++ b/superset-frontend/scripts/eslint_metrics.js
@@ -29,7 +29,7 @@ module.exports = results => {
       description: "We prefer Emotion for styling rather than `className` or `style` props",
     },
     'no-restricted-imports' : {
-      description: "Please reduce/remove reliance on LESS files - move approprate styles to Emotion and kill off LESS files/imports",
+      description: "This rule catches several things that shouldn't be used anymore. LESS, antD, enzyme, etc. See individual occurrence messages for details",
     },
   };