No objections here, feel free to file an issue. On Mon, Mar 2, 2015 at 2:17 AM, <[email protected]> wrote:
> Hello everyone. > > I'd like your input about a rule suggestion I've seen in SonarQube > JavaScript plugin. > The rule aims at be disallow the use of continue statement. > > Explaination below : > *The use of the "continue" branching statement increase the essential > complexity of the source code and so prevent any refactoring of this source > code to replace all well structured control structures with a single > statements.* > > What's your opinion about this rule. Would it be a good idea to have it in > ESLint. > > Regards. > > -- > You received this message because you are subscribed to the Google Groups > "ESLint" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- ______________________________ Nicholas C. Zakas @slicknet Author, Professional JavaScript for Web Developers Buy it at Amazon.com: http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/ref=sr_1_3 -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
