8000 Add support for [[likely]], misc brace bugfixes, and drop support for Python 3.8 by norab0130 · Pull Request #277 · cpplint/cpplint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for [[likely]], misc brace bugfixes, and drop support for Python 3.8 #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 1, 2024

Conversation

norab0130
Copy link
Contributor

Merge request for #265

A chromium sample has been updated to a version that uses C++17 stuff

READMEs of samples have been clarified regarding licensing

Two licenses have also been updated

Skip CI because I amended a typo in the commit message
1. Fixes cpplint#212
2. else statements that have braces on both sides but have the second-to-last } on a separate line will no longer claim we need braces on both sides
3. Fix single-line if statements being yelled at to split their lines, something contradictory to the style guide
4. Fixes relevant tests, including adding the new "TestLintContains" and "TestLintNotContains" methods. (ik the latter may have a grammar error but who cares, this is consistent with the former's name)
5. Add a todo for "This exception does not apply to multi-keyword statements like if ... else or do ... while."
...to our varname style guide.

Was previously
534a142 but I forgot to pull from my own branch. Darn... Early-onset dementia? *knocks on wood*
Copy link
Member
@aaronliu0130 aaronliu0130 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests already ran once in the last PR

@aaronliu0130 aaronliu0130 merged commit 337b888 into cpplint:develop Jul 1, 2024
12 checks passed
@aaronliu0130 aaronliu0130 deleted the likely branch July 1, 2024 21:04
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.

3 participants
0