tkruse / cpplint

Fork of google cpplint, deprecated
3 stars 4 forks source link

Using namespace literals #16

Closed tkruse closed 8 years ago

tkruse commented 8 years ago

manually merged

tkruse commented 8 years ago

Given the response on https://github.com/google/styleguide/pull/92, I wonder fi we should revert this change, or treat it differently. @mattyclarkson, possibly literal namespaces could be guarded by a different rule, so you could switch off checking of literal namespaces, but keep the checks of other namespaces. What do you think?

tkruse commented 8 years ago

Created https://github.com/tkruse/cpplint/pull/28 for redesigning

mattyclarkson commented 8 years ago

@tkruse, sure. It would make sense to have it under a seperate rule.