Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Add clang-tidy exception for float and literal formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Oct 24, 2020
1 parent 6da8e1a commit f903cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Checks: >
-readability-magic-numbers,
-readability-convert-member-functions-to-static,
-readability-implicit-bool-conversion,
-readability-uppercase-literal-suffix,
modernize-*,
-modernize-use-trailing-return-type,
performance-*,
Expand Down

0 comments on commit f903cce

Please sign in to comment.