[go: nahoru, domu]

Skip to content

Commit

Permalink
Turn on objc-* clang-tidy checks (flutter#37813)
Browse files Browse the repository at this point in the history
* Turn on objc-* clang-tidy checks

* turn off objc-nsinvocation-argument-lifetime
  • Loading branch information
jmagman committed Nov 22, 2022
1 parent 3c27847 commit 4bf16c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ clang-diagnostic-*,\
darwin-*,\
google-*,\
modernize-use-default-member-init,\
objc-*,\
-objc-nsinvocation-argument-lifetime,\
readability-identifier-naming,\
-google-build-using-namespace,\
-google-default-arguments,\
Expand Down

0 comments on commit 4bf16c3

Please sign in to comment.