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

.scrutinizer.yml (387B)


      1 # This file just tells the wonderful code quality analyzer Scrutinizer (https://scrutinizer-ci.com/g/panique/huge/)
      2 # that we are using external services (Travis) to generate code coverage stats
      3 checks:
      4     php:
      5         code_rating: true
      6         duplication: true
      7 # test coverage is commented out as this does not seem to work properly right now
      8 #tools:
      9 #    external_code_coverage: true