Skip to content

Commit 970a0d2

Browse files
Codacy configuration to ignore files
We already ignored these files from the UI, but if we keep a configuration file the same list is used for all forks.
1 parent 6fa8989 commit 970a0d2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.codacy.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exclude_paths:
2+
- 'cms/server/admin/static/jq/**'
3+
- 'cms/server/admin/static/sh/**'
4+
- 'cms/server/contest/static/css/**'
5+
- 'cms/server/contest/static/js/**'
6+
- 'cms/server/static/jq/**'
7+
- 'cmscontrib/loaders/polygon/testlib.h'
8+
- 'cmsranking/static/lib/**'
9+
- 'cmstestsuite/code/**'
10+
- 'cmstestsuite/tasks/*/code/**'
11+
- 'docs/**'

0 commit comments

Comments
 (0)