Skip to content

Commit

Permalink
CodeClimate: Ignore generated Go code.
Browse files Browse the repository at this point in the history
This list is currently in sync with the exceptions which we have in our
precommit hooks.
  • Loading branch information
michael-berlin committed May 10, 2017
1 parent 0f9f5d0 commit 9c55d31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ engines:
ratings:
paths:
- "**.go"

# Ignore generated code.
exclude_paths:
- "go/vt/proto/"
- "go/vt/sqlparser/sql.go"

0 comments on commit 9c55d31

Please sign in to comment.