Skip to content

Commit 84c1763

Browse files
STY: locally disable linting around #include <filesystem> (#281)
1 parent 427982a commit 84c1763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/output/xdmf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <algorithm>
1212
#include <iomanip>
1313
#if __has_include(<filesystem>)
14-
#include <filesystem>
14+
#include <filesystem> // NOLINT [build/c++17]
1515
namespace fs = std::filesystem;
1616
#elif __has_include(<experimental/filesystem>)
1717
#include <experimental/filesystem>

0 commit comments

Comments
 (0)