JossWhittle / FlintPlusPlus

Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
Boost Software License 1.0
266 stars 21 forks source link

Return non-zero exit when there are warnings or errors #63

Open laplante-sean opened 5 years ago

laplante-sean commented 5 years ago

Helps integrate with GitLab CI (and other CI) where a non-zero exit for a CI step counts as failure.