Bug 86456

Summary: [EFL] WebKit style should apply to all ewk files but public headers
Product: WebKit Reporter: Thiago Marcos P. Santos <tmpsantos>
Component: WebKit EFLAssignee: Thiago Marcos P. Santos <tmpsantos>
Status: RESOLVED WONTFIX    
Severity: Normal CC: g.czajkowski, gyuyoung.kim, lucas.de.marchi, rakuco, t.morawski
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 84572, 85178    
Bug Blocks:    

Description Thiago Marcos P. Santos 2012-05-15 02:36:58 PDT
My preliminary investigation tells that we need to update the port specific rules on checker.py and move the public headers to another folder.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-05-15 13:20:20 PDT
Or just add enough logic to the checker to skip some style checks for public headers?
Comment 2 Thiago Marcos P. Santos 2012-05-15 14:59:42 PDT
(In reply to comment #1)
> Or just add enough logic to the checker to skip some style checks for public headers?

IMO it would need regex support when matching files. I'm going to evaluate tomorrow to check if it's not overkill.
Comment 3 Thiago Marcos P. Santos 2012-05-16 05:25:42 PDT
"readability/naming" cannot be enabled for ewk/. Even if enable only for the .cpp files, it will still complain about the function names. IMO not much can be done.