Announcement / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
0 stars 0 forks source link

Linter should support tab indendation, or at least silencing of warnings #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run gjslint on a file with tab indentation
2. Watch it fail
3. Discover that gjslint has no way to disable E0005 and abandon ship

What is the expected output? What do you see instead?

Expected: an option to turn off E0005 and/or validate "proper" use of tabs.

What version of the product are you using? On what operating system?

closure-linter==2.3.5

Please provide any additional information below.

See discussion at 
https://groups.google.com/forum/?fromgroups#!topic/closure-linter-discuss/yCvu-v
-hdi8

Original issue reported on code.google.com by ch...@aptivate.org on 1 Jun 2012 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by a...@google.com on 29 Jun 2012 at 6:38

GoogleCodeExporter commented 9 years ago
Google JavaScript style explicitly forbids using tabs so this is working as 
intended for the linter. That said, we do now support turning off errors in 
Closure Linter via the --disable flag.

Original comment by a...@google.com on 5 Aug 2013 at 9:34