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

Commit

Permalink
Fixes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
amedeiros committed Jan 25, 2017
1 parent 853503f commit e345369
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 e345369

Please sign in to comment.