Skip to content

Commit

Permalink
Exclude the vendor folder from codeclimate (gopasspw#77)
Browse files Browse the repository at this point in the history
* Exclode the vendor folder from codeclimate
* Add codeclimate badge to README
  • Loading branch information
metalmatze authored and dominikschulz committed Mar 17, 2017
1 parent 6497b74 commit c1c5a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ ratings:
- "**.go"

exclude_paths:
- "vendor/"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![Build Status](https://travis-ci.org/justwatchcom/gopass.svg?branch=master)](https://travis-ci.org/justwatchcom/gopass)
[![Go Report Card](https://goreportcard.com/badge/github.com/justwatchcom/gopass)](https://goreportcard.com/report/github.com/justwatchcom/gopass)
[![Code Climate](https://codeclimate.com/github/justwatchcom/gopass/badges/gpa.svg)](https://codeclimate.com/github/justwatchcom/gopass)

The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.

Expand Down

0 comments on commit c1c5a57

Please sign in to comment.