Thanks, the patch was applied.
On Fri, Sep 9, 2022 at 7:24 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch which fixes issue related to rule -
>
> 1.Use concise character class syntax
> 2.Add a "break" statement or remove this "else" clause.
>
Hi,
Please find the attached patch which fixes issue related to rule -
1.Use concise character class syntax
2.Add a "break" statement or remove this "else" clause.
3.Replace this generic exception class with a more specific one.
4.Use a regular expression literal instead of the 'RegExp' construct