Skip to content

Commit

Permalink
Add clang-tidy configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Apr 13, 2018
1 parent d8c4056 commit 2638526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,modernize-*,-modernize-use-auto,-modernize-use-using,-modernize-use-default-member-init,bugprone-*,performance-*'
WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: none
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ build/CodeLite/Makefile
*.pyo
*.plist
*.orig
*.log

0 comments on commit 2638526

Please sign in to comment.