rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 02b4c4e6e9e48928074ea8c7b7144326f4060fbe
parent 541e5be414ba43029af97c565dc896501ec97001
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 12 Oct 2015 21:10:12 +0200

Merge pull request #19 from leftees/master

Update .codeclimate.yml
Diffstat:
M.codeclimate.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -24,7 +24,7 @@ engines: eslint: enabled: true csslint: - enabled: true + enabled: false # Engines can analyze files and report issues on them, but you can separately # decide which files will receive ratings based on those issues. This is @@ -35,7 +35,7 @@ engines: # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. - ratings: +ratings: paths: - "**.js" - "**.jsx" @@ -47,6 +47,6 @@ engines: # You can globally exclude files from being analyzed by any engine using the # exclude_paths key. -exclude_paths: [] +#exclude_paths: #- spec/**/* #- vendor/**/*