gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

.codeclimate.yml (412B)


      1 ---
      2 engines:
      3   csslint:
      4     enabled: true
      5   duplication:
      6     enabled: true
      7     config:
      8       languages:
      9       - ruby
     10       - javascript
     11       - python
     12       - php
     13   eslint:
     14     enabled: true
     15   fixme:
     16     enabled: true
     17   phpmd:
     18     enabled: true
     19 ratings:
     20   paths:
     21   - "**.css"
     22   - "**.inc"
     23   - "**.js"
     24   - "**.jsx"
     25   - "**.module"
     26   - "**.php"
     27   - "**.py"
     28   - "**.rb"
     29 exclude_paths:
     30 - tests/
     31 - libs/
     32 - css/
     33 - js/