Skip to content

No exit code. #15

@agirorn

Description

@agirorn

Should node-cpplint not exit with a exit code of something else than 0 when it encounters lint issues.
This would make it much more useful in build scripts.

$> node-cpplint src/**
✗ src/printer.cc
   25: Lines should be <= 80 characters long
$> echo $?
0
$> node-cpplint src/ok-file.cc
$> echo $?
0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions