Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitware/kwstyle
Kitware Style Checker
https://github.com/kitware/kwstyle
Last synced: 1 day 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T16:30:11.000Z (about 1 month ago)
- Last Synced: 2024-12-25T11:15:18.166Z (9 days ago)
- Language: C++
- Size: 12.4 MB
- Stars: 53
- Watchers: 9
- Forks: 30
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KWStyle
=======[![Circle CI]( https://circleci.com/gh/Kitware/KWStyle.svg?style=svg)](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 fileA 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