Skip to content

Commit 0843279

Browse files
author
Raquel
authored
Update ignoring-files.md
ading note about wildcards in ducplication
1 parent 439dd0c commit 0843279

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)