-Andy
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/CAAhqAFr3MrHKnYdLKJ7caXLRfAbByf%3DH06ikVoZzffOURBoX0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/f052cfd8-e07e-455f-ac3e-c1c125bef98b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/CACHUifxvijCGF9WQMsOYbuKt_URjrgRyC8hCY%2B8paaeJftNPwA%40mail.gmail.com.
-Andy
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/CAAhqAFqKUaJwc8iEB2agtV%3DNYHJktbOxZq0Ehab6MviY_7X%3DYQ%40mail.gmail.com.
You can use the --hide_warnings_for flag but that will suppress all warnings in the third party code, not just the lint warnings. This might be okay if your third party code changes infrequently.
On Fri, Jan 15, 2016 at 9:06 AM, Hochhaus, Andy <ahoc...@samegoal.com> wrote:
On Fri, Jan 15, 2016 at 8:30 AM, 'Tyler Breisacher' via Closure
Compiler Discuss <closure-comp...@googlegroups.com> wrote:
> We may end up putting the linter jar on dl.google.com but in the meantime
> you can get most of the same checks by passing --jscomp_warning=lintChecks
> to the compiler jar.
Is it possible to use --jscomp_{warning,error}=lintChecks on a subset
of the compiled files?
My reason for asking is that our first party code cleanly lints.
However some of the third-party code we use does not. Therefore, using
linter.jar we are able to lint only first party files (but not 3rd
party files). Is such a configuration possible with lintChecks
directly?
-Andy
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-discuss+unsub...@googlegroups.com.
Is there a way of turning off the linter for the closure library since that has thousands of warnings? Or should I be working on fixing the warnings in the library code and submitting patches?
On Friday, January 15, 2016 at 12:13:14 PM UTC-5, Tyler Breisacher wrote:
You can use the --hide_warnings_for flag but that will suppress all warnings in the third party code, not just the lint warnings. This might be okay if your third party code changes infrequently.
On Fri, Jan 15, 2016 at 9:06 AM, Hochhaus, Andy <ahoc...@samegoal.com> wrote:
On Fri, Jan 15, 2016 at 8:30 AM, 'Tyler Breisacher' via Closure
Compiler Discuss <closure-comp...@googlegroups.com> wrote:
> We may end up putting the linter jar on dl.google.com but in the meantime
> you can get most of the same checks by passing --jscomp_warning=lintChecks
> to the compiler jar.
Is it possible to use --jscomp_{warning,error}=lintChecks on a subset
of the compiled files?
My reason for asking is that our first party code cleanly lints.
However some of the third-party code we use does not. Therefore, using
linter.jar we are able to lint only first party files (but not 3rd
party files). Is such a configuration possible with lintChecks
directly?
-Andy
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/CAAhqAFqKUaJwc8iEB2agtV%3DNYHJktbOxZq0Ehab6MviY_7X%3DYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/2fd762ee-3f4d-4814-b9a0-d22fad8cb994%40googlegroups.com.
Yes, this is slated to replace gjslint. gjslint has no facilities for ES6. Generally, it is expected that folks will use a code formatter such as clang-format with the new linter, so it doesn't bother you with things like "your text is misaligned".
On Fri, Jan 15, 2016 at 3:50 AM, Peter StJ <regard...@gmail.com> wrote:
This is new to me, is this supposed to replace gjslinter? I built it from source, but it prints no help message(s). Any documentation on how to use it or how do you guys use it?Thanks
On Friday, 15 January 2016 00:53:42 UTC+2, Andy Hochhaus wrote:Hello,
To make the new linter a bit easier to use would it be possible to
either include it in compiler-latest.zip or add a linter-latest.zip to
the downloads?
-Andy
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-discuss+unsub...@googlegroups.com.