Skip to content

Commit

Permalink
Add .clang-tidy configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaNikolaenko committed Jul 18, 2022
1 parent 9b4058f commit a7e11e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Provides better readability.
UseColor: true

# NOTE: The checks were taken from
# https://github.com/3rdparty/eventuals/pull/210
# TODO: Discuss if we want to add some extra checks.
# Available checks can be found here:
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
Checks: >
bugprone-*,
clang-analyzer-cplusplus*,
concurrency-*,
cppcoreguidelines-*,
google-*,
modernize-*,
performance-*,
readability-*,

0 comments on commit a7e11e9

Please sign in to comment.