nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

.codeclimate.yml (919B)


      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     exclude_fingerprints:
     18     - ac297346e9db41fdbef7644b8e9c5c43
     19 ratings:
     20   paths:
     21   - "**.css"
     22   - "**.inc"
     23   - "**.js"
     24   - "**.jsx"
     25   - "**.module"
     26   - "**.php"
     27   - "**.py"
     28   - "**.rb"
     29 exclude_paths:
     30 - config/
     31 - test/
     32 - "web/theme/js/bootstrap-tour.js"
     33 - "web/theme/js/bootstrap-tour.min.js"
     34 - "web/theme/js/bootstrap.js"
     35 - "web/theme/js/bootstrap.min.js"
     36 - "web/theme/js/pnotify.custom.min.js"
     37 - "web/theme/fonts/*"
     38 - "web/theme/css/bootstrap-theme.css"
     39 - "web/theme/css/bootstrap-theme.min.css"
     40 - "web/theme/css/bootstrap-tour.css"
     41 - "web/theme/css/bootstrap-tour.min.css"
     42 - "web/theme/css/bootstrap.css"
     43 - "web/theme/css/bootstrap.min.css"
     44 - "web/theme/css/pnotify.custom.min.css"
     45 - "apidocs/**"