Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7829fbed
Commit
7829fbed
authored
Mar 01, 2020
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] fix name in script's documentation
parent
0dd35e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tools/style/brainlint/brainlint.py
tools/style/brainlint/brainlint.py
+4
-4
No files found.
tools/style/brainlint/brainlint.py
View file @
7829fbed
...
...
@@ -91,7 +91,7 @@ import unicodedata
_USAGE
=
"""
Syntax:
cpp
lint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
Syntax:
brain
lint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
[--counting=total|toplevel|detailed]
<file> [file] ...
...
...
@@ -130,7 +130,7 @@ Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
--filter=whitespace,runtime/printf,+runtime/printf_format
--filter=-,+build/include_what_you_use
To see a list of all the categories used in
cpp
lint, pass no arg:
To see a list of all the categories used in
brain
lint, pass no arg:
--filter=
counting=total|toplevel|detailed
...
...
@@ -142,9 +142,9 @@ Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
"""
# We categorize each error message we print. Here are the categories.
# We want an explicit list so we can list them all in
cpp
lint --filter=.
# We want an explicit list so we can list them all in
brain
lint --filter=.
# If you add a new error message with a new category, add it to the list
# here!
cpp
lint_unittest.py should tell you if you forget to do this.
# here!
brain
lint_unittest.py should tell you if you forget to do this.
# \ used for clearer layout -- pylint: disable-msg=C6013
_ERROR_CATEGORIES
=
[
'build/class'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment