Sorry, I wasn't referring to those kinds of checks, only JavaScript linting.
On Tue, Apr 8, 2014 at 10:20 AM, Raul Vieira <[email protected]> wrote: > > Mark, how do you check for things like not using min safe dependancy > injection? i.e., fail the build when it's not being used. > > Raul > > On Apr 8, 2014, at 10:34 AM, Mark Volkmann <[email protected]> > wrote: > > I recommend using both jshint and eslint. Both can be run from Grunt. The > reason I recommend using both is that each finds issues that the other > doesn't. > > > On Tue, Apr 8, 2014 at 6:48 AM, <[email protected]> wrote: > >> I use grunt to uglify my code before publish. I aslo know the rule in the >> code for angularjs. thus, A Note on Minification >> >> I'm now looking for a tool which can lint the code in the whole project, >> like uglifyjs >> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > R. Mark Volkmann > Object Computing, Inc. > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- R. Mark Volkmann Object Computing, Inc. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
