From e7cc08a6f45934e73896c2ec36ef61162b13e628 Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Wed, 17 Nov 2021 16:18:55 +0800 Subject: [PATCH] chore: ignore temporary_superset_ui checking --- .rat-excludes | 4 ++-- superset-frontend/.eslintignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index cb1048419e1..a3ba1ece6f9 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -59,5 +59,5 @@ tsconfig.tsbuildinfo .*iml .esprintrc .prettierignore -superset-frontend/packages/generator-superset -superset-frontend/temporary_superset_ui +generator-superset/* +temporary_superset_ui/* diff --git a/superset-frontend/.eslintignore b/superset-frontend/.eslintignore index 7d3533acb1f..3f03d59f316 100644 --- a/superset-frontend/.eslintignore +++ b/superset-frontend/.eslintignore @@ -28,3 +28,4 @@ src/dashboard/deprecated/* src/temp/* **/node_modules *.d.ts +temporary_superset_ui/**/*