Skip to content

Commit

Permalink
Merge pull request #1354.
Browse files Browse the repository at this point in the history
Don't use the deprecated `QL_NOEXCEPT` macro when tidying
  • Loading branch information
lballabio committed Apr 23, 2022
2 parents 74231a5 + d5fef21 commit 17138ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ FormatStyle: file
CheckOptions:
- key: modernize-use-default-member-init.UseAssignment
value: 1
- key: modernize-use-noexcept.ReplacementString
value: QL_NOEXCEPT
- key: readability-identifier-length.MinimumParameterNameLength
value: 1
- key: readability-identifier-length.MinimumVariableNameLength
Expand Down

0 comments on commit 17138ba

Please sign in to comment.