Skip to content

Commit

Permalink
Merge pull request #281 from asteris-llc/feature/robots
Browse files Browse the repository at this point in the history
Add codeclimate checks
  • Loading branch information
BrianHicks authored Sep 20, 2016
2 parents 39c29c8 + aeb6dd7 commit 7d933c3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
engines:
gofmt:
enabled: true

golint:
enabled: true

govet:
enabled: true

markdownlint:
enabled: true

shellcheck:
enabled: true

fixme:
enabled: true

ratings:
paths:
- "**.go"
- "**.md"
- "**.sh"

exclude_paths:
- vendor/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs tasks in parallel.
- Module verification: only run trusted modules.

[![Slack Status](http://converge-slack.aster.is/badge.svg)](http://converge-slack.aster.is)
[![Code Climate](https://codeclimate.com/github/asteris-llc/converge/badges/gpa.svg)](https://codeclimate.com/github/asteris-llc/converge)

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
**Table of Contents**
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ <h1>Converge </h1>
<li>Module verification: only run trusted modules.</li>
</ul>

<p><a href="http://converge-slack.aster.is"><img src="http://converge-slack.aster.is/badge.svg" alt="Slack Status" /></a></p>
<p><a href="http://converge-slack.aster.is"><img src="http://converge-slack.aster.is/badge.svg" alt="Slack Status" /></a>
<a href="https://codeclimate.com/github/asteris-llc/converge"><img src="https://codeclimate.com/github/asteris-llc/converge/badges/gpa.svg" alt="Code Climate" /></a></p>

<h2 id="installation">Installation</h2>

Expand Down
1 change: 1 addition & 0 deletions docs_source/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs tasks in parallel.
- Module verification: only run trusted modules.

[![Slack Status](http://converge-slack.aster.is/badge.svg)](http://converge-slack.aster.is)
[![Code Climate](https://codeclimate.com/github/asteris-llc/converge/badges/gpa.svg)](https://codeclimate.com/github/asteris-llc/converge)

## Installation

Expand Down

0 comments on commit 7d933c3

Please sign in to comment.