Skip to content

Commit

Permalink
Correct minor mistakes in the README and update a deprecated GitHub a…
Browse files Browse the repository at this point in the history
…ction (#16)
  • Loading branch information
pavel-kirienko committed Apr 15, 2023
0 parents commit 8a7a622
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
Checks: >-
boost-*,
bugprone-*,
cert-*,
clang-analyzer-*,
cppcoreguidelines-*,
google-*,
hicpp-*,
llvm-*,
misc-*,
modernize-*,
performance-*,
portability-*,
readability-*,
-google-readability-todo,
-readability-avoid-const-params-in-decls,
-readability-identifier-length,
-llvm-header-guard,
-modernize-macro-to-enum,
CheckOptions:
- key: readability-function-cognitive-complexity.Threshold
value: '199'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: file
...
Loading

0 comments on commit 8a7a622

Please sign in to comment.