Ask HN: eslint equivalent for C

5 points by peter-m80 ↗ HN
What is the "industry standard" tool for linting and enforce code style in C?

2 comments

[ 3.0 ms ] story [ 16.8 ms ] thread
clang-tidy / clang-format

to a large extent, lint came from an era when compilers were primitive, these days you should mostly look towards picking and choosing the appropriate compiler warnings.