KWStyle
Style checker for source code
Install
- All systems
-
curl cmd.cat/KWStyle.sh
- Debian
-
apt-get install kwstyle
- Ubuntu
-
apt-get install kwstyle
- Kali Linux
-
apt-get install kwstyle
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kwstyle
- Raspbian
-
apt-get install kwstyle
- Dockerfile
- dockerfile.run/KWStyle
kwstyle
Style checker for source code
KWStyle 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. KWStyle is primarily checking C/C++ source code but can be easily extended to other languages. It assumes that the code is syntactically correct, i.e., it compiles on a standard compiler.