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

Fixes #173 #177

Merged
merged 1 commit into from
Jan 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/*"

`