Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 926 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 926 Bytes

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