File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Codacy configuration for excluding files and folders from analysis
22# https://docs.codacy.com/repositories-configure/codacy-configuration-file/#ignore-files
3- # Uses Java GLOB syntax: https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob
3+ # Uses Java glob syntax: https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob
44
55exclude_paths :
66 # Ignore all project-level metadata and documentation
@@ -26,4 +26,4 @@ exclude_paths:
2626 - ' **/Models/**' # Domain and DTO models
2727 - ' **/Properties/**' # launchSettings.json or AssemblyInfo.cs
2828 - ' **/Utilities/**' # Helper extensions or static classes
29- - ' ** /test/**' # Entire test suite (unit + integration)
29+ - ' /test/**/ *' # Entire test suite (unit + integration)
You can’t perform that action at this time.
0 commit comments