Skip to content

Commit

Permalink
change clang tidy conf and remove jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 27, 2024
1 parent 37b9202 commit b4e76b6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 42 deletions.
47 changes: 25 additions & 22 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
---
# This was copied over from the moveit_studio repository.
#
# TODO(henningkayser): Re-enable performance-unnecessary-value-param once #214 is resolved
Checks: '-*,
performance-*,
-performance-unnecessary-value-param,
llvm-namespace-comment,
modernize-redundant-void-arg,
modernize-use-nullptr,
modernize-use-default,
modernize-use-override,
modernize-loop-convert,
readability-braces-around-statements,
readability-named-parameter,
readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-simplify-boolean-expr,
readability-container-size-empty,
readability-identifier-naming,
'
Checks: -*,
bugprone-*,
clang-analyzer-*,
concurrency-*,
cppcoreguidelines-*,
google-*,
misc-*,
modernize-*,
performance-*,
portability-*,
readability-*,
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-cppcoreguidelines-avoid-magic-numbers,
-google-readability-casting,
-misc-non-private-member-variables-in-classes,
-misc-use-anonymous-namespace,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-function-cognitive-complexity,
-readability-magic-numbers,
-readability-uppercase-literal-suffix,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-pro-type-vararg,
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
CheckOptions:
- key: llvm-namespace-comment.ShortNamespaceLines
value: '10'
Expand Down
20 changes: 0 additions & 20 deletions Jenkinsfile

This file was deleted.

0 comments on commit b4e76b6

Please sign in to comment.