programming_languages:cpp:linter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming_languages:cpp:linter [2018/12/07 16:36] – [clang-tidy] phreazerprogramming_languages:cpp:linter [2018/12/07 16:41] (current) phreazer
Line 1: Line 1:
-====== Code linters ======+====== Code linters and static analysers ======
 ===== 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+  Implemented in python 
 +  Easy to use and configure
  
 +===== oclint =====
 +
 +https://github.com/oclint/oclint
 +
 +===== cppcheck =====
  • programming_languages/cpp/linter.1544196963.txt.gz
  • Last modified: 2018/12/07 16:36
  • by phreazer