Skip to content

Commit

Permalink
feat: add equals to allowlist (#1280)
Browse files Browse the repository at this point in the history
Fix for: cdk8s-team/cdk8s-cli#1738

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
  • Loading branch information
vinayak-kukreja committed Dec 9, 2023
1 parent 9a0c616 commit a7d98f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/allowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export const NAMED_SYMBOLS = {
ANGLE_BRACKETS: '<>',
GREATER_THAN_EQUAL_TO: '>=',
LESSER_THAN_EQUAL_TO: '<=',
EQUALS: '=',
};

0 comments on commit a7d98f3

Please sign in to comment.