💄 Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2013-12-05 23:54:57 +08:00
parent 4a1ee39156
commit e9e90b481a

1
script/cpplint.py vendored
View file

@ -16,6 +16,7 @@ IGNORE_FILES = [
'common/api/api_messages.cc',
'common/api/api_messages.h',
'common/atom_version.h',
'common/swap_or_assign.h',
]
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))