"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "ae97049e6ccd4cfaebdc911ecd79407fc2a5ffc6"
Unverified Commit 9fe216df authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Update cpplint. (#4844)


Co-authored-by: default avatarSteve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
parent 6566c31f
...@@ -71,7 +71,7 @@ class LintHelper(object): ...@@ -71,7 +71,7 @@ class LintHelper(object):
'+build/include_what_you_use', '+build/include_what_you_use',
'+build/include_order'])) '+build/include_order']))
cpplint._SetCountingStyle('toplevel') cpplint._SetCountingStyle('toplevel')
cpplint._line_length = 100 cpplint._line_length = 80
def process_cpp(self, path, suffix): def process_cpp(self, path, suffix):
"""Process a cpp file.""" """Process a cpp file."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment