rpicms

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

commit 1562156ec97439267a9e1c272e739d656817e1d3
parent 78e7149051bc3065d50e8eae41a921a4d9461ee6
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun,  4 Oct 2015 19:39:38 +0200

Update .codeclimate.yml
Diffstat:
M.codeclimate.yml | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -35,16 +35,18 @@ engines: # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. -# ratings: -# paths: -# - app/** -# - lib/** -# - "**.rb" -# - "**.go" + ratings: + paths: + - "**.js" + - "**.jsx" + - "**.css" + - "**.php" + - "**.module" + - "**.inc" # You can globally exclude files from being analyzed by any engine using the # exclude_paths key. -#exclude_paths: +exclude_paths: [] #- spec/**/* #- vendor/**/*