bricks icon indicating copy to clipboard operation
bricks copied to clipboard

Update "pb service new" behaviour

Open nicmue opened this issue 6 years ago • 0 comments

The current behaviour of pb service new is generating some files with out of date defaults:

  • go.sum is not tidy (-> run go mod tidy)
  • Dockerfile still uses gometalinter and is not split up in Dockerfile and Dockerfile.production
  • Makefile is missing linting targets test, integration and lint with golangci-lint

nicmue avatar Nov 19 '19 12:11 nicmue