[Webkit-unassigned] [Bug 75824] check-webkit-style should warn about missing svn:mime-type for png files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 12 01:48:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=75824
--- Comment #10 from Balazs Ankes <bank at inf.u-szeged.hu> 2012-03-12 01:48:12 PST ---
(In reply to comment #6)
> > Tools/Scripts/webkitpy/style/checker.py:498
> > + return False
>
> Why was this needed for png but no other type?
Because that function get this parameter:
Tools/Scripts/webkitpy/style/checker.py:312
_SKIPPED_FILES_WITHOUT_WARNING = [
"LayoutTests" + os.path.sep,
]
and pngs are in LayoutTests folder.
I considered your suggestions, thank you.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list