mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added CodeClimate integration (#5443)
This commit is contained in:
parent
11a9be6cf3
commit
2ecd73d303
15
.codeclimate.yml
Normal file
15
.codeclimate.yml
Normal file
@ -0,0 +1,15 @@
|
||||
engines:
|
||||
eslint:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- javascript
|
||||
ratings:
|
||||
paths:
|
||||
- client/src/**
|
||||
- admin/client/src/**
|
||||
exclude_paths:
|
||||
- "client/dist/**"
|
||||
- "admin/client/dist/**"
|
@ -1,6 +1,7 @@
|
||||
## SilverStripe Framework
|
||||
|
||||
[![Build Status](https://api.travis-ci.org/silverstripe/silverstripe-framework.svg?branch=master)](https://travis-ci.org/silverstripe/silverstripe-framework)
|
||||
[![Code Climate](https://codeclimate.com/github/silverstripe/silverstripe-framework/badges/gpa.svg)](https://codeclimate.com/github/silverstripe/silverstripe-framework)
|
||||
[![Latest Stable Version](https://poser.pugx.org/silverstripe/framework/version.svg)](http://www.silverstripe.org/stable-download/)
|
||||
[![Latest Unstable Version](https://poser.pugx.org/silverstripe/framework/v/unstable.svg)](https://packagist.org/packages/silverstripe/framework)
|
||||
[![Total Downloads](https://poser.pugx.org/silverstripe/framework/downloads.svg)](https://packagist.org/packages/silverstripe/framework)
|
||||
|
Loading…
Reference in New Issue
Block a user