Skip to content

Commit

Permalink
Merge pull request #9 from jpmonette/codeclimate
Browse files Browse the repository at this point in the history
Init Code Climate configuration
  • Loading branch information
jpmonette committed Apr 9, 2017
2 parents 009cb8c + d583567 commit d3b3026
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
engines:
apexmetrics:
enabled: true
ratings:
paths:
- "**.cls"
- "**.trigger"
exclude_paths:
- "lib/"
- "node_modules/"
- "**.md"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ A Dynamic [SOQL Query](https://developer.salesforce.com/docs/atlas.en-us.soql_so

[![CircleCI Build Status](https://circleci.com/gh/jpmonette/q.png?style=shield&circle-token=:circle-token)](https://circleci.com/gh/jpmonette/q)
[![Coverage Status](https://coveralls.io/repos/github/jpmonette/q/badge.svg?branch=master)](https://coveralls.io/github/jpmonette/q?branch=master)
[![Code Climate](https://codeclimate.com/github/jpmonette/q/badges/gpa.svg)](https://codeclimate.com/github/jpmonette/q)

> ***WARNING:*** Both the documentation and the package itself is under heavy
> development and in a very early stage. That means, this repo is full of
Expand Down

0 comments on commit d3b3026

Please sign in to comment.