clang-tidy: Remove no longer needed NOLINT

This commit is contained in:
Hennadii Stepanov
2025-11-04 17:38:45 +00:00
parent 4da01123df
commit 038849e2e0

View File

@@ -62,7 +62,7 @@
defined(__NetBSD__) || \
defined(__OpenBSD__) || \
defined(__illumos__)
extern char** environ; // NOLINT(readability-redundant-declaration): Necessary on the above platforms
extern char** environ; // Necessary on the above platforms
#endif
namespace {