programming_languages:cpp:linter

Differences

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

Link to this comparison view

Next revision
Previous revision
programming_languages:cpp:linter [2018/12/07 16:35] – created 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.1544196912.txt.gz
  • Last modified: 2018/12/07 16:35
  • by phreazer