Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
4d63744e
Commit
4d63744e
authored
Oct 09, 2009
by
Sebastian Eichelbaum
Browse files
[CHANGE
#84
] - stylechecker now also checks hpp files.
parent
b4f7962c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/brainlint.py
tools/brainlint.py
+1
-1
No files found.
tools/brainlint.py
View file @
4d63744e
...
...
@@ -2703,7 +2703,7 @@ def ProcessFile(filename, vlevel):
# When reading from stdin, the extension is unknown, so no cpplint tests
# should rely on the extension.
if
(
filename
!=
'-'
and
file_extension
!=
'cc'
and
file_extension
!=
'h'
if
(
filename
!=
'-'
and
file_extension
!=
'cc'
and
file_extension
!=
'h'
and
file_extension
!=
'hpp'
and
file_extension
!=
'cpp'
):
sys
.
stderr
.
write
(
'Ignoring %s; not a .cc or .h file
\n
'
%
filename
)
else
:
...
...
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