NEW 33227
check-webkit-style should warn about tabs in any file
https://bugs.webkit.org/show_bug.cgi?id=33227
Summary check-webkit-style should warn about tabs in any file
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.