Bug 33227

Summary: check-webkit-style should warn about tabs in any file
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: abarth, cjerdonek, hamaji, levin, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 33734    
Bug Blocks:    

Eric Seidel (no email)
Reported 2010-01-05 12:21:31 PST
check-webkit-style should warn about tabs in any file At least I think this should be check-webkit-style's job. https://bugs.webkit.org/show_bug.cgi?id=33221#c3
Attachments
Alexey Proskuryakov
Comment 1 2010-01-05 18:47:23 PST
I don't see any reason to forbid tabs in regression tests (not to mention make files).
Adam Barth
Comment 2 2010-01-05 18:58:55 PST
We should use the same rules as the pre-commit hook.
David Levin
Comment 3 2010-01-05 19:05:04 PST
(In reply to comment #1) > I don't see any reason to forbid tabs in regression tests (not to mention make > files). Agreed. fwiw, I purposely got regression tests (directories) omitted when I reviewed the change that checks for TABs.
Kent Tamura
Comment 4 2010-01-06 01:56:37 PST
I think we may have a whitelist for tab checking. For example, we may forbid tabs in LayoutTests/.../script-tests/*.js
Eric Seidel (no email)
Comment 5 2010-01-06 06:31:44 PST
the pre-commit hook warns unless you set the svn property "allow-tabs". check-webkit-style should do the same. svn patches from svn-create-patch include properties on new files. For existing files we can teach scm.py how to expose the current properties on a file.
Note You need to log in before you can comment on or make changes to this bug.