Update dependency cpplint to v2#87
Open
balena-renovate[bot] wants to merge 1 commit into
Open
Conversation
9fb11e5 to
f4ec43f
Compare
ab0a134 to
7c8c99c
Compare
7c8c99c to
6409f49
Compare
6409f49 to
9903a2c
Compare
Update cpplint from 1.6.1 to 2.0.2 Change-type: patch
9903a2c to
29750b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.6.1→==2.0.2Release Notes
cpplint/cpplint (cpplint)
v2.0.2Compare Source
===========
v2.0.1Compare Source
==================
Yet another overdue... hotfix. Sorry this took so long.
// NO_LINT_Cwas required. (#318)v2.0.0Compare Source
==================
A large long-overdue modernization of the codebase!
--configthanks to @gedankenexperimenter (#198). Specifying a config file not under the current directory will be available in a future release.--filteroption can now be only applied to a specific file or even a specific line through utilizing colons, e.g.-filter=-whitespace:foo.h,+whitespace/braces:foo.h:418. Courtesy of @PhilLab (#171)[[(un)likely]]no longer clouds readability/braces's super spy−scanning of braces, courtesy of @aaronliu0130 (#265)readability/braceswill realize that C++20 concepts require a semicolon, courtesy of @armandas (#288)--configas long as it is in the same directory, thanks to @gedankenexperimenter (#198)build/classandbuild/namespacesno longer check for whether a namespace or class has a closing brace from @geoffviola (#272). This should be done in a more efficient manner by a compiler or language server instead. As part of this, thebuild/classcategory was removed.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.