Skip to content

Commit

Permalink
Merge pull request #23 from codefordayton/code-climate-integration
Browse files Browse the repository at this point in the history
Code climate integration
  • Loading branch information
LukeKuenneke committed May 2, 2017
2 parents 6c093e6 + 4b3ca33 commit 2b873c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,21 @@
languages:
JavaScript: true
engines:
eslint:
enabled: true
csslint:
enabled: true
ratings:
paths:
- "**.htm"
- "**.html"
- "**.js"
- "**.css"

ratings:
paths:
- "**.js"

exclude_paths:
- "*.min.*"
- spec/**/*
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/codefordayton/metroparks-tribute.svg?branch=master)](https://travis-ci.org/codefordayton/metroparks-tribute)
[![Build Status](https://travis-ci.org/codefordayton/metroparks-tribute.svg?branch=master)](https://travis-ci.org/codefordayton/metroparks-tribute) [![Code Climate](https://codeclimate.com/github/codefordayton/metroparks-tribute/badges/gpa.svg)](https://codeclimate.com/github/codefordayton/metroparks-tribute) [![Issue Count](https://codeclimate.com/github/codefordayton/metroparks-tribute/badges/issue_count.svg)](https://codeclimate.com/github/codefordayton/metroparks-tribute) [![Test Coverage](https://codeclimate.com/github/codefordayton/metroparks-tribute/badges/coverage.svg)](https://codeclimate.com/github/codefordayton/metroparks-tribute/coverage)

# Five Rivers MetroParks Tribute Page
A project to help Dayton's Five Rivers MetroParks revamp their tribute page
Expand Down

0 comments on commit 2b873c8

Please sign in to comment.