Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps cpplint from 2.0.0 to 2.0.2.

Release notes

Sourced from cpplint's releases.

2.0.2

What's Changed

New Contributors

Full Changelog: cpplint/cpplint@2.0.1...2.0.2

2.0.1

Yet another overdue... hotfix. Sorry this took so long.

What's Changed

... (truncated)

Changelog

Sourced from cpplint's changelog.

2.0.2 (2025-04-08)

  • Python versions less than 3.9 are no longer supported. (cpplint/cpplint#334)
  • The false positive for indented member initializer lists in namespaces were eradicated. (cpplint/cpplint#353)
  • The warning on non-const references (runtime/references) is now disabled by default pursuant to the May 2020 Google style guide update. (cpplint/cpplint#305)

2.0.1 (2025-04-02)

Yet another overdue... hotfix. Sorry this took so long.

  • The false positive for indented function parameters in namespaces was eradicated. (cpplint/cpplint#304)
  • Files that end in ".c", ".C", or ".cu" will now also automatically suppress C++-only categories. Previously, // NO_LINT_C was required. (cpplint/cpplint#318)
  • build/include-what-you-use now recognizes c-style headers such as . (cpplint/cpplint#319)
  • Ruff, mypy, and codespell were ran on the project to improve performance and reader comprehension thanks to @​cclauss.
  • @​Hs293Go fixed an embarrassing typo; the "latch" and "numbers" headers are now recognized correctly instead of "latchnumbers". (cpplint/cpplint#300)
  • CLI tests were refactored through, among other things, making adding new .def's easier by migrating to a parameterized setup. (cpplint/cpplint#317)
Commits
  • 350702a chore: Prepare for release v2.0.2 (#369)
  • a74fa9b refactor 2.0.1 block of changelog (#370)
  • 48e8d85 fix(indentation_namespace): false positive for MemInitLists
  • 569ab62 chore: refactor part of NestingState.Update()
  • 994273f GitHub Actions: Remove filters to ensure tests are always run (#364)
  • 55670e8 Actions: No need to run pre-commit twice (#363)
  • 74ba7c4 [pre-commit.ci] pre-commit autoupdate (#366)
  • 97ab22d Don't err on non-const references by default (#305)
  • bbba111 Some test refactoring (#357)
  • 777a8a7 Drop Python 3.8 | bump version (#334)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cpplint](https://github.com/cpplint/cpplint) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cpplint/cpplint/releases)
- [Changelog](https://github.com/cpplint/cpplint/blob/develop/CHANGELOG.rst)
- [Commits](cpplint/cpplint@2.0.0...2.0.2)

---
updated-dependencies:
- dependency-name: cpplint
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2025
@github-actions
Copy link

github-actions bot commented Apr 8, 2025

🔴 Amalgamation check failed! 🔴

The source code has not been amalgamated. @dependabot[bot]
Please read and follow the Contribution Guidelines.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 14326282031

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.86%

Totals Coverage Status
Change from base Build 13615581650: 0.0%
Covered Lines: 6335
Relevant Lines: 6387

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented May 9, 2025

This pull request has been marked as stale because it has had no activity for 30 days. While we won’t close it automatically, we encourage you to update or comment if it is still relevant. Keeping pull requests active and up-to-date helps us review and merge changes more efficiently. Thank you for your contributions!

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

Labels

CMake dependencies Pull requests that update a dependency file python Pull requests that update Python code S state: stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants