File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
tests/integration/data/cassandra Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ CheckOptions:
185185 readability-identifier-naming.FunctionIgnoredRegexp : ' .*tag_invoke.*'
186186 bugprone-unsafe-functions.ReportMoreUnsafeFunctions : true
187187 bugprone-unused-return-value.CheckedReturnTypes : ::std::error_code;::std::error_condition;::std::errc
188- misc-include-cleaner.IgnoreHeaders : ' .*/(detail|impl)/.*;.*(expected|unexpected).*;.*ranges_lower_bound\.h;time.h;stdlib.h'
188+ misc-include-cleaner.IgnoreHeaders : ' .*/(detail|impl)/.*;.*(expected|unexpected).*;.*ranges_lower_bound\.h;time.h;stdlib.h;__chrono/.*;fmt/chrono.h;boost/uuid/uuid_hash.hpp '
189189
190190HeaderFilterRegex : ' ^.*/(src|tests)/.*\.(h|hpp)$'
191191WarningsAsErrors : ' *'
Original file line number Diff line number Diff line change 1919
2020#include " util/TimeUtils.hpp"
2121
22- #include < __chrono/time_point .h>
22+ #include < fmt/chrono .h>
2323#include < fmt/core.h>
2424#include < xrpl/basics/chrono.h>
2525
Original file line number Diff line number Diff line change 4141#include < boost/asio/spawn.hpp>
4242#include < boost/uuid/random_generator.hpp>
4343#include < boost/uuid/uuid.hpp>
44+ #include < boost/uuid/uuid_hash.hpp>
4445#include < gtest/gtest.h>
4546#include < xrpl/basics/Slice.h>
4647#include < xrpl/basics/base_uint.h>
You can’t perform that action at this time.
0 commit comments