test: modify codacy exclude list

This commit is contained in:
Michael Barz
2026-05-14 16:39:17 +02:00
parent ad1ce0d1ea
commit e7b2a88702
+5 -2
View File
@@ -12,8 +12,7 @@ exclude_paths:
- 'scripts/**'
- 'idp/ui_config/**'
- 'idp/scripts/**'
- 'settings/rollup.config.js'
- 'accounts/rollup.config.js'
- 'idp/src/**'
- 'devtools/**'
- 'deployments/**'
- 'tests/acceptance/expected-failures-*.md'
@@ -23,4 +22,8 @@ exclude_paths:
- 'vendor/**/*'
- 'vendor-bin/**'
- 'tests/ocwrapper/vendor/**'
- '**/mocks/**'
- '**/pkg/config/**'
- '**/pkg/metrics/**'
- '**/pkg/revaconfig/**'
...