Skip to content

Commit

Permalink
Ignore modernize-use-override since it fails in generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Dec 4, 2019
1 parent 118eff3 commit ea04376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
@@ -1,6 +1,6 @@
---
Checks: 'readability-redundant-string-cstr,modernize-use-override,readability-implicit-bool-conversion,modernize-deprecated-headers,readability-delete-null-pointer,modernize-redundant-void-arg,google-readability-redundant-smartptr-get,hicpp-move-const-arg,readability-redundant-member-init'
WarningsAsErrors: 'readability-redundant-string-cstr,modernize-use-override,readability-implicit-bool-conversion,modernize-deprecated-headers,readability-delete-null-pointer,modernize-redundant-void-arg,google-readability-redundant-smartptr-get,hicpp-move-const-arg,clang-analyzer-core.CallAndMessage'
WarningsAsErrors: 'readability-redundant-string-cstr,readability-implicit-bool-conversion,modernize-deprecated-headers,readability-delete-null-pointer,modernize-redundant-void-arg,google-readability-redundant-smartptr-get,hicpp-move-const-arg,clang-analyzer-core.CallAndMessage'
CheckOptions:
- key: readability-implicit-bool-conversion.AllowPointerConditions
value: '1'
Expand Down

0 comments on commit ea04376

Please sign in to comment.