prettyc

Fork of Google's cpplint, modified to work only with C.


Keywords
lint, python, c
License
BSD-3-Clause
Install
pip install prettyc==1.0.8

Documentation

prettyc - static code checker for C

PrettyC is a command-line tool to check only C files for style issues. It's forked from Cpplint which is developed and maintained by Google Inc. at google/styleguide <https://github.com/google/styleguide>, also see the wikipedia entry <http://en.wikipedia.org/wiki/Cpplint>

Installation

To install prettyc from PyPI, run:

pip install prettyc

Then run it with:

prettyc [OPTIONS] files 

For full usage instructions, run:

prettyc --help

How to use:

prettyc --help

Development

Create virtual environment.

make venv

Activate.

source activate.sh

Create development environment

make dev

Distribution and install:

make dist
make install