Format files in root folder

This commit is contained in:
Tyler Long 2017-04-10 16:36:54 +08:00
parent 3b2b0da3a1
commit 2deacb8e97
8 changed files with 28 additions and 50 deletions

View File

@ -1,14 +1,14 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
paths:
- "**.js"
exclude_paths:
- node_modules/
- dist/
- node_modules/
- dist/

View File

@ -226,4 +226,3 @@
"fdescribe": true,
}
}

2
.gitattributes vendored
View File

@ -1 +1 @@
*.js text eol=lf
*.js text eol=lf

View File

@ -1,15 +1,15 @@
language: node_js
osx_image: xcode7.3
os:
- linux
- osx
sudo: false
node_js:
- "6.2"
- "4.4"
- "5.9"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
after_script:
- cat coverage/lcov.info | codeclimate
language: node_js
osx_image: xcode7.3
os:
- linux
- osx
sudo: false
node_js:
- "6.2"
- "4.4"
- "5.9"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
after_script:
- cat coverage/lcov.info | codeclimate

View File

@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,4 +1,3 @@
mermaid [![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid) [![Code Climate](https://codeclimate.com/github/knsv/mermaid/badges/gpa.svg)](https://codeclimate.com/github/knsv/mermaid)
=======

View File

@ -19,22 +19,3 @@ var tasks = requireDir('./gulp/tasks');
var paths = {
scripts: ['./src/**/*.js', '!**/parser/*.js']
};

View File

@ -1,4 +1,4 @@
{
{
"name": "mermaid",
"version": "7.0.0",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams and gantt charts.",