Skip to content

Commit

Permalink
Remove redundant option
Browse files Browse the repository at this point in the history
DescribeBasicIncrements already defaults to True so we don't need to
touch that. This saves us a fair bit of columns.
  • Loading branch information
ChrisThrasher committed May 18, 2023
1 parent 6a9aa0c commit 707b846
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ CheckOptions:
- { key: readability-identifier-naming.MemberCase, value: lower_case }
- { key: readability-identifier-naming.PrivateMemberCase, value: lower_case }
- { key: readability-identifier-naming.PrivateMemberSuffix, value: _ }
- { key: readability-function-cognitive-complexity.Threshold, value: 15 }
- { key: readability-function-cognitive-complexity.DescribeBasicIncrements, value: True }
- { key: readability-function-cognitive-complexity.IgnoreMacros, value: True }
- { key: readability-function-cognitive-complexity.Threshold, value: 15 }
- { key: readability-function-cognitive-complexity.IgnoreMacros, value: True }
HeaderFilterRegex: '.*'
WarningsAsErrors: '*'

0 comments on commit 707b846

Please sign in to comment.