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

commit b09e13c964422f02e72cfa8799ea5e3299799275
parent b29e99cfe5f06e9ff62a0eced055093daf46e87e
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 12 Sep 2016 18:04:32 +0200

Create .codeclimate.yml
Diffstat:
A.codeclimate.yml | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -0,0 +1,31 @@ +--- +engines: + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + eslint: + enabled: true + fixme: + enabled: true + phpmd: + enabled: true +ratings: + paths: + - "**.css" + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" +exclude_paths: +- tests/ +- libs/