Skip to content

Commit

Permalink
clang-tidy: Add check readability-static-accessed-through-instance
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Jan 29, 2023
1 parent e208427 commit cd5d7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Checks: >
readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-simplify-subscript-expr,
readability-static-accessed-through-instance,
readability-static-definition-in-anonymous-namespace,
readability-string-compare,
readability-uppercase-literal-suffix,
Expand Down

0 comments on commit cd5d7ab

Please sign in to comment.