Skip to content

Commit

Permalink
Added rules to beta array
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Feb 28, 2024
1 parent 6216c6e commit 25b2448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 25b2448

Please sign in to comment.