Skip to content

Commit e90df7f

Browse files
committed
Make cpplint job unblocking again (#1060)
Cpplint job was done unblocked without previous research. Due to many warnings we need to keep cpplint unblocking. Relates-To: OLPEDGE-1853 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent cd84755 commit e90df7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/misc/cpplint_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -ex
1+
#!/bin/bash +e
22
#
33
# Copyright (C) 2020 HERE Europe B.V.
44
#

0 commit comments

Comments
 (0)