Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
programming_languages:cpp:linter [2018/12/07 15:35] – created phreazer | programming_languages:cpp:linter [2018/12/07 15:41] (current) – phreazer | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Code linters ====== | + | ====== Code linters |
===== clang-tidy ===== | ===== clang-tidy ===== | ||
- | Implements cppcoreguidelines | + | * Implements cppcoreguidelines |
+ | * | ||
===== cpplint ===== | ===== cpplint ===== | ||
- | Implements google style guide (bit outdated) | + | * Is a linting tool |
- | Implemented in python | + | * Implements google style guide (bit outdated) |
- | Easy to use and configure | + | |
+ | | ||
+ | |||
+ | ===== oclint ===== | ||
+ | |||
+ | https:// | ||
+ | ===== cppcheck ===== |