Skip to content

devops-lintflow/cpplint

Repository files navigation

cpplint

Tag

Introduction

cpplint is a static code checker for C++, forked from https://github.com/cpplint/cpplint

Features

feature

Prerequisites

  • Python >= 3.7.0

Build

pip3 install -Ur dist-requirements
python3 setup.py sdist bdist_wheel

Run

python3 cpplint.py sample/loop.cpp

Usage

Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]
                   [--filter=-x,+y,...]
                   [--counting=total|toplevel|detailed] [--root=subdir]
                   [--repository=path]
                   [--linelength=digits] [--headers=x,y,...]
                   [--recursive]
                   [--exclude=path]
                   [--extensions=hpp,cpp,...]
                   [--includeorder=default|standardcfirst]
                   [--quiet]
                   [--version]
        <file> [file] ...

License

Project License can be found here.

Reference

About

lint work

Resources

License

Stars

Watchers

Forks

Packages

No packages published