Skip to content

Apply clang-tidy fixes - #789

Open
Spartan322 wants to merge 1 commit into
masterfrom
apply/clang-tidy
Open

Apply clang-tidy fixes#789
Spartan322 wants to merge 1 commit into
masterfrom
apply/clang-tidy

Conversation

@Spartan322

Copy link
Copy Markdown
Member

Fix .pre-commit-config.yaml clang-tidy hook arguments
Add checks to .clang-tidy:

  • bugprone-use-after-move
  • modernize-deprecated-headers
  • performance-move-const-arg
  • readability-identifier-naming
  • readability-operators-representation

@Spartan322 Spartan322 added the enhancement Issue that describes an improvement to the project label Sep 1, 2026
@Spartan322
Spartan322 requested a review from a team as a code owner September 1, 2026 07:00
@Spartan322 Spartan322 added dependencies Issue relating to dependencies, whether updating, adding or removing them topic:codestyle Issue that applies stylistic changes to the module, semantics and mechanics should not change deps:pre-commit Issue relates to a pre-commit hook dependency labels Sep 1, 2026
Fix .pre-commit-config.yaml clang-tidy hook arguments
Add checks to .clang-tidy:
	- bugprone-use-after-move
	- modernize-deprecated-headers
	- performance-move-const-arg
	- readability-identifier-naming
	- readability-operators-representation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue relating to dependencies, whether updating, adding or removing them deps:pre-commit Issue relates to a pre-commit hook dependency enhancement Issue that describes an improvement to the project topic:codestyle Issue that applies stylistic changes to the module, semantics and mechanics should not change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant