thewtex / KWStyle

Kitware Style Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KWStyle

Circle CI

Overview

KWStyle is a style checker for source code which is integrated in the software process to ensure that the code written by several users is consistent and can be viewed/printed as it was written by one person.

Features

Among the fearures provided by KWStyle:

  • Several Indentation checking
  • Copyright Header correctness
  • Maximum line length
  • Encapsulation preservation
  • Internal variable checking via regular expressions
  • New line at the end of file

A complete list of the features is available here.

Build

mkdir build
cd build
cmake ..
make

Install

  • Build and make install or checkinstall
  • On at least Debian and Trisquel, apt-get install kwstyle

About

Kitware Style Checker

License:Other


Languages

Language:C++ 98.5%Language:C 1.2%Language:CMake 0.2%Language:Shell 0.0%Language:XSLT 0.0%Language:PHP 0.0%Language:CSS 0.0%Language:Perl 0.0%Language:Dockerfile 0.0%