mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Pull request 1618 - cpplint
This commit is contained in:
parent
36e07b3eaf
commit
143ccb7a74
4
waflib/extras/cpplint.py
vendored
4
waflib/extras/cpplint.py
vendored
@ -98,9 +98,9 @@ def options(opt):
|
||||
def configure(conf):
|
||||
conf.start_msg('Checking cpplint')
|
||||
try:
|
||||
import cpplint
|
||||
_cpplint_state
|
||||
conf.end_msg('ok')
|
||||
except ImportError:
|
||||
except NameError:
|
||||
conf.env.CPPLINT_SKIP = True
|
||||
conf.end_msg('not found, skipping it.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user