ls-vertretungsplan-desktop

UNOFFICIAL Desktop App for the schedule of Lornsenschule, Schleswig
git clone git://archive.git.mtrnord.blog/MTRNord/ls-vertretungsplan-desktop.git
Log | Files | Refs | README

commit 156092417b027451710289c30aa0904bb00f5b96
parent d09b1cb4f931f0974c194cfb5fb50078a81f1e06
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Aug 2016 11:47:39 +0200

Add Codeclimate

Diffstat:
A.codeclimate.yml | 20++++++++++++++++++++
Mbuild.cmd | 3---
Acodeclimate-config.patch | 12++++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -0,0 +1,20 @@ +--- +engines: + fixme: + enabled: true + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - javascript + nodesecurity: + enabled: true + fixme: + enabled: true +ratings: + paths: [] +exclude_paths: +- "app/js/**" +- "app/css/**" diff --git a/build.cmd b/build.cmd @@ -1,4 +1 @@ -cd app -npm install -cd .. node build.js diff --git a/codeclimate-config.patch b/codeclimate-config.patch @@ -0,0 +1,12 @@ +diff --git a/.codeclimate.yml b/.codeclimate.yml +index e69de29..f3c2a9b 100644 +--- a/.codeclimate.yml ++++ b/.codeclimate.yml +@@ -0,0 +1,7 @@ ++--- ++engines: ++ fixme: ++ enabled: true ++ratings: ++ paths: [] ++exclude_paths: []