Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

The cpplint returns non-zero when there is at least one message. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tkruse
Copy link
Owner

@tkruse tkruse commented Apr 23, 2016

If cpplint is started from a make file, the non-zero return value will stop.

Proposal is to add "--return=value" option that forces the script return the
given value even when there is messages (see PC-lint -zero).

Attached batch adds the option to the cpplint and it has been tested with cmake

  • Visual Studio 2013.

Based on google/styleguide#28 by [email protected]

@tkruse tkruse force-pushed the forced-return branch 7 times, most recently from a29ec84 to f81d6c8 Compare April 24, 2016 15:03
…he cpplint

is started from a make file, the non-zero return value will stop.

Proposal is to add "--return=value" option that forces the script return the
given value even when there is messages (see PC-lint -zero).

Attached batch adds the option to the cpplint and it has been tested with cmake
+ Visual Studio 2013.

Based on google/styleguide#28 by [email protected]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant