Skip to content

suppress C++-only categories on C file extensions - #318

Merged
aaronliu0130 merged 7 commits into
cpplint:developfrom
aaronliu0130:supresc
Mar 25, 2025
Merged

suppress C++-only categories on C file extensions#318
aaronliu0130 merged 7 commits into
cpplint:developfrom
aaronliu0130:supresc

Conversation

@aaronliu0130

Copy link
Copy Markdown
Member

".h" files don't, because many C++ headers also use this extension

Closes #71

".h" files don't, because many C++ headers also use this extension
@aaronliu0130

Copy link
Copy Markdown
Member Author

Also note that the VLC test sample conflicts with #319.

Comment thread cpplint.py Outdated
Comment thread cpplint.py Outdated
Comment thread samples/vlc-sample/simple.def Outdated
Co-authored-by: Christian Clauss <cclauss@me.com>
@cclauss

cclauss commented Mar 5, 2025

Copy link
Copy Markdown
Member

Rebase needed.

aaronliu0130 and others added 2 commits March 5, 2025 06:58
Co-authored-by: Christian Clauss <cclauss@me.com>
Comment thread cpplint.py Outdated
@aaronliu0130

aaronliu0130 commented Mar 6, 2025 via email

Copy link
Copy Markdown
Member Author

@cclauss
cclauss requested review from cclauss and jayvdb March 6, 2025 14:57
@cclauss

cclauss commented Mar 7, 2025

Copy link
Copy Markdown
Member

When this is rebased, the py3.8 tests will pass.

@aaronliu0130

Copy link
Copy Markdown
Member Author

wrong button lol. The tests will pass when we rebase after we drop 3.8.

@aaronliu0130

Copy link
Copy Markdown
Member Author

Since we did use type annotations after all with the mypy PR, this should now be merge-ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skip C++-specific warnings for C code

2 participants