We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--help
1 parent 8a2c36e commit 34aa3faCopy full SHA for 34aa3fa
cpp-linter-lib/src/cli/mod.rs
@@ -140,8 +140,8 @@ the current working directory if not using a CI runner).\n\n",
140
with a `.`) are also ignored automatically.
141
- Prefix a path with `!` to explicitly not ignore it. This can be
142
applied to a submodule's path (if desired) but not hidden directories.
143
-- Glob patterns are not supported here. All asterisk characters (`*`)
144
- are literal.\n\n",
+- Glob patterns are supported here. Path separators in glob patterns should
+ use `/` because `\\` represents an escaped literal.\n\n",
145
),
146
)
147
.arg(
0 commit comments