Skip to content

Commit

Permalink
Filter clang-tidy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Dec 1, 2021
1 parent 1ca645a commit 5e7f217
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions prbt_ikfast_manipulator_plugin/.clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# TODO(henningkayser): Re-enable performance-unnecessary-value-param once #214 is resolved
Checks: '-*,
performance-*,
-performance-unnecessary-value-param,
modernize-redundant-void-arg,
modernize-use-default,
modernize-make-shared,
modernize-make-unique,
readability-named-parameter,
readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-simplify-boolean-expr,
'
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
CheckOptions:
- key: llvm-namespace-comment.ShortNamespaceLines
value: '10'
- key: llvm-namespace-comment.SpacesBeforeComments
value: '2'
- key: readability-braces-around-statements.ShortStatementLines
value: '2'
...

0 comments on commit 5e7f217

Please sign in to comment.