Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Tune clang-tidy config
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 28, 2018
1 parent 759fa65 commit 2ec90b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,modernize-*,bugprone-*,readability-*,performance-*'
Checks: 'clang-diagnostic-*,clang-analyzer-*,modernize-*,bugprone-*,readability-*,-readability-implicit-bool-conversion,performance-*'
WarningsAsErrors: ''
HeaderFilterRegex: 'ethminer/.*'
CheckOptions:
- key: readability-braces-around-statements.ShortStatementLines
value: '1'
value: '3'
...

0 comments on commit 2ec90b3

Please sign in to comment.