Skip to content

Commit

Permalink
Move clang-tidy directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 21, 2025
1 parent 34a5faa commit f18a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strconv.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ namespace pqxx
{
template<pqxx::internal::integer T>
inline
// NOLINTNEXTLINE(readability-non-const-parameter)
zview
// NOLINTNEXTLINE(readability-non-const-parameter)
string_traits<T>::to_buf(char *begin, char *end, T const &value)
{
static_assert(std::is_integral_v<T>);
Expand Down

0 comments on commit f18a864

Please sign in to comment.