We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5a461 commit 31650f2Copy full SHA for 31650f2
src/wildcmp.cpp
@@ -19,6 +19,7 @@
19
*
20
* Returns if a match was found.
21
*/
22
+// NOLINTNEXTLINE(misc-use-internal-linkage) Seems there is a bug in the checker
23
bool wild_match(char const *expr, char const *str) noexcept
24
{
25
// Code based on
0 commit comments