Skip to content

Commit

Permalink
Fix quality issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Apr 11, 2018
1 parent 78f405d commit f4ff232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ build:

filter:
paths: [php/src/*, protoc-gen-twirp_php/*]
excluded_paths:
- protoc-gen-twirp_php/templates/*

#tools:
# external_code_coverage: true
1 change: 1 addition & 0 deletions protoc-gen-twirp_php/internal/gen/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type Request struct {
ServiceFiles []string
}

// New creates a new generator instance.
func New(box packr.Box) Generator {
return &generator{box}
}
Expand Down

0 comments on commit f4ff232

Please sign in to comment.