Skip to content

Commit

Permalink
Retry clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Oct 11, 2024
1 parent 545818f commit 7294c4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .tidy/make/make_tidy_02_files.gmk
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# ------------------------------------------------------------------------------
# Copyright Christopher Kormanyos 2022.
# Copyright Christopher Kormanyos 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# ------------------------------------------------------------------------------

FILES_PRJ = $(PATH_SRC)/test/test_uintwide_t_boost_backend \
$(PATH_SRC)/test/test_uintwide_t_edge_cases \
FILES_PRJ = $(PATH_SRC)/test/test_uintwide_t_edge_cases \
$(PATH_SRC)/test/test_uintwide_t_examples \
$(PATH_SRC)/test/test_uintwide_t_float_convert \
$(PATH_SRC)/test/test_uintwide_t_int_convert \
Expand Down
5 changes: 4 additions & 1 deletion .tidy/make/make_tidy_03_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# Copyright Christopher Kormanyos 2022.
# Copyright Christopher Kormanyos 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down Expand Up @@ -42,6 +42,9 @@ C_INCLUDES :=$(addprefix -I,$(C_INCLUDES))

TIDY_CHECKS = "*, \
-modernize-type-traits, \
-modernize-use-constraints, \
-misc-include-cleaner, \
-misc-const-correctness, \
-readability-identifier-length, \
-altera-struct-pack-align, \
-altera-unroll-loops, \
Expand Down

0 comments on commit 7294c4d

Please sign in to comment.