Skip to content

Commit

Permalink
fixing codeclimate and added new rule in CONTRIBUTING file
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro committed Nov 12, 2017
1 parent 9348b78 commit 07580ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .codeclimate.yml
@@ -1,5 +1,5 @@
---
engines:
version: "2"
plugins:
golint:
enabled: true
gofmt:
Expand All @@ -8,13 +8,7 @@ engines:
enabled: true
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- go
ratings:
paths:
- "**.go"
exclude_paths:
- vendor/
exclude_patterns:
- ".vendor"
- "vendor"
- "bindata.go"
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -31,6 +31,7 @@ Please try to make your pull request easy to review for us. Please read the "[Ho
* Make small pull requests. The smaller, the faster to review and the more likely it will be merged soon.
* Don't make changes unrelated to your PR. Maybe there are typos on some comments, maybe refactoring would be welcome on a function... but if that is not related to your PR, please make *another* PR for that.
* Split big pull requests into multiple small ones. An incremental change will be faster to review than a huge PR.
* Don't forget to generate a new bindata.go using `make generate-bindata`.

## Maintainers

Expand Down

0 comments on commit 07580ee

Please sign in to comment.