forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codacy.yml
32 lines (32 loc) · 1.12 KB
/
.codacy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
exclude_paths:
- 'frontend/express/public/javascripts/dom/**'
- 'frontend/express/public/javascripts/min/**'
- 'frontend/express/public/javascripts/utils/**'
- 'frontend/express/public/javascripts/visualization/**'
- 'tests/**'
- 'frontend/express/public/localization/**'
- 'frontend/express/public/fonts/**'
- 'frontend/express/public/images/**'
- 'frontend/express/public/stylesheets/amaranjs/**'
- 'frontend/express/public/stylesheets/font-awesome/**'
- 'frontend/express/public/stylesheets/ionicons/**'
- 'frontend/express/public/stylesheets/material/**'
- 'frontend/express/public/stylesheets/selectize/**'
- 'bin/backup/**'
- 'bin/upgrade/**'
- 'bin/**'
- 'plugins/*/tests.js'
- 'plugins/*/tests/**'
- 'plugins/*/frontend/public/localization/**'
- 'plugins/*/frontend/public/images/**'
- 'plugins/*/node_modules/**'
- 'plugins/push/api/parts/apn/**'
- 'plugins/push/frontend/public/javascripts/0.mithril.js'
- 'test/**'
- '**/json.human.js'
- '**/jssor.slider.min.js'
- '**/chance.js'
- '**/jsonlite.js'
- '**/EmojiPicker.js'
- '**/iframeResizer.js'
- '**/simpleheat.js'