https://github.com/kitware/kwstyle
Kitware Style Checker
https://github.com/kitware/kwstyle
Last synced: 9 days ago
JSON representation
Kitware Style Checker
- Host: GitHub
- URL: https://github.com/kitware/kwstyle
- Owner: Kitware
- License: other
- Created: 2014-01-22T14:00:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T19:38:31.000Z (10 months ago)
- Last Synced: 2025-07-09T13:48:49.054Z (4 months ago)
- Language: C++
- Size: 12.4 MB
- Stars: 54
- Watchers: 8
- Forks: 29
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KWStyle
=======
[](https://circleci.com/gh/Kitware/KWStyle )
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][fl].
Build
-----
```shell
mkdir build
cd build
cmake ..
make
```
Install
-------
- Build and `make install` or `checkinstall`
- On at least Debian and Trisquel, `apt-get install kwstyle`
[fl]: https://kitware.github.io/KWStyle/resources/features.html