Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #177 from amedeiros/issue-173
Browse files Browse the repository at this point in the history
Fixes #173
  • Loading branch information
markbates authored Jan 25, 2017
2 parents 853503f + e345369 commit a1583ac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions buffalo/cmd/app_generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,24 +340,24 @@ log_name: buffalo
`

const nCodeClimate = `engines:
golint:
enabled: true
govet:
fixme:
enabled: true
gofmt:
enabled: true
fixme:
golint:
enabled: true
govet:
enabled: true
ratings:
paths:
exclude_paths:
- grifts/**/*
- "**/*_test.go"
- "*_test.go"
- "**_test.go"
- logs/*
- public/*
- templates/*
ratings:
paths:
- "**.go"
exclude_paths:
- "grifts/**/*"
- "**/*_test.go"
- "*_test.go"
- "**_test.go"
- "logs/*"
- "public/*"
- "templates/*"
`

0 comments on commit a1583ac

Please sign in to comment.