Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(48)

Issue 115340043: Modify cpplint.py to allow CPPLINT.cfg overrides (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by erg
Modified:
10 years, 2 months ago
Reviewers:
Base URL:
https://google-styleguide.googlecode.com/svn/trunk
Visibility:
Public.

Description

Modify cpplint.py to allow CPPLINT.cfg overrides Added the ability to provide CPPLINT.cfg files to provide linter message filters per sub-directory and special exclusion rules. Each file can have instructions like: filter=-build/include_order,+build/include_alpha exclude_files=.*\.cc The above disables build/include_order warning and enables build/include_alpha as well as excludes all .cc from being processed by linter, in the current directory (where the .cfg file is located) and all sub-directories. Patch by avakulenko@google.com. Related CL: https://codereview.chromium.org/406373002/ Committed: 135

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -1 line) Patch
M cpplint/cpplint.py View 10 chunks +142 lines, -1 line 0 comments Download

Messages

Total messages: 1
erg
10 years, 2 months ago (2014-07-28 22:34:38 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r135 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b