Skip to content

Commit

Permalink
Merge pull request #9 from CESNET/clang-tidy
Browse files Browse the repository at this point in the history
clang-tidy - update clang tidy configuration
  • Loading branch information
SiskaPavel authored Jun 13, 2024
2 parents f41537e + 99bc41f commit 2fff5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Checks: '
misc-*,
-misc-no-recursion,
-misc-use-anonymous-namespace,
-misc-include-cleaner,
modernize-*,
-modernize-use-trailing-return-type,
performance-*,
-performance-avoid-endl,
readability-*,
concurrency-mt-unsafe,
cppcoreguidelines-no-malloc,
clang-analyzer-*,
clang-diagnostic-*,
performance-*,
readability-identifier-naming'
FormatStyle: file
WarningsAsErrors: '*'
Expand Down

0 comments on commit 2fff5ad

Please sign in to comment.