From 25b244840cfd7293a09d40cc1703b60487efa5c4 Mon Sep 17 00:00:00 2001 From: Eric Olkowski Date: Wed, 28 Feb 2024 08:26:43 -0500 Subject: [PATCH] Added rules to beta array --- packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts b/packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts index 442d8914d..37db64fbe 100644 --- a/packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts +++ b/packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts @@ -1,5 +1,8 @@ // if you want your rule to only run when explicitly called for using the --only flag, add the rule name to the below array -export const betaRuleNames: string[] = []; +export const betaRuleNames: string[] = [ + "menuItemAction-warn-update-markup", + "menuToggle-warn-iconOnly-toggle", +]; // if you want a rule to have a severity that defaults to warning rather than error, add the rule name to the below array export const warningRules = [