Skip to content

Commit 7202a97

Browse files
Update ignoring-files.md (#2375)
ading note about wildcards in ducplication Co-authored-by: DMarinhoCodacy <102817200+DMarinhoCodacy@users.noreply.github.com>
1 parent 6f11f80 commit 7202a97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/repositories-configure/ignoring-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ To exclude files from your repository analysis open your repository **Settings**
1818
- You can also ignore files using your own [tool configuration files](configuring-code-patterns.md#using-your-own-tool-configuration-files), although this depends on the option being supported by each tool.
1919

2020
- {% include-markdown "../assets/includes/coverage-ignore.md" %}
21+
22+
- When excluding files from **Duplication** analysis, you must state the **entire path** to the files. Unlike quality analysis, wildcards will not work, resulting in files not being excluded.
2123

2224
If you need more flexibility in ignoring files, use a Codacy configuration file to [define a custom list of file paths to exclude](codacy-configuration-file.md#syntax-for-ignoring-files).
2325

0 commit comments

Comments
 (0)