mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
cpplint: do not break build for style warnings
This commit is contained in:
parent
5ec39df7e0
commit
170fdd55c7
3
cpplint.py
vendored
3
cpplint.py
vendored
@ -4784,7 +4784,8 @@ def main():
|
|||||||
ProcessFile(filename, _cpplint_state.verbose_level)
|
ProcessFile(filename, _cpplint_state.verbose_level)
|
||||||
_cpplint_state.PrintErrorCounts()
|
_cpplint_state.PrintErrorCounts()
|
||||||
|
|
||||||
sys.exit(_cpplint_state.error_count > 0)
|
# SRombauts: do not break build for cpplint style warnings
|
||||||
|
#sys.exit(_cpplint_state.error_count > 0)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user