freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

.codeclimate.yml (260B)


      1 ---
      2 engines:
      3   duplication:
      4     enabled: true
      5     config:
      6       languages:
      7       - javascript
      8   eslint:
      9     enabled: true
     10   fixme:
     11     enabled: true
     12   nodesecurity:
     13     enabled: true
     14 ratings:
     15   paths:
     16   - "**.js"
     17   - "**.jsx"
     18   - "**.module"
     19 exclude_paths: []