Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prettyc-1.0.8.tar.gz (74.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page