Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / metatag / .codeclimate.yml
1 ---
2 engines:
3   csslint:
4     enabled: true
5   duplication:
6     enabled: true
7     config:
8       languages:
9       - javascript
10       - php
11   eslint:
12     enabled: true
13   fixme:
14     enabled: true
15   phpmd:
16     enabled: true
17 ratings:
18   paths:
19   - "**.css"
20   - "**.inc"
21   - "**.install"
22   - "**.js"
23   - "**.module"
24   - "**.php"
25   - "**.test"