diff --git a/.codeclimate.yml b/.codeclimate.yml index 6c58dcd72..9ce8f4aa7 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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/ diff --git a/.eslintrc b/.eslintrc index efdd612e0..3606d519e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -226,4 +226,3 @@ "fdescribe": true, } } - diff --git a/.gitattributes b/.gitattributes index 30ddbbb6c..cbdcbbc25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.js text eol=lf \ No newline at end of file +*.js text eol=lf diff --git a/.travis.yml b/.travis.yml index 76e8dc54b..3c6a7d6cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/LICENSE b/LICENSE index faae92123..c3ed83f60 100644 --- a/LICENSE +++ b/LICENSE @@ -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. - diff --git a/README.md b/README.md index 97c7da88e..eef20656b 100644 --- a/README.md +++ b/README.md @@ -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) ======= diff --git a/gulpfile.js b/gulpfile.js index 33308b682..a6cc5ac4f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,22 +19,3 @@ var tasks = requireDir('./gulp/tasks'); var paths = { scripts: ['./src/**/*.js', '!**/parser/*.js'] }; - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index 149e766f8..82b29232f 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ - { +{ "name": "mermaid", "version": "7.0.0", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams and gantt charts.",