Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
remove gometalinter configuration, update circleci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Mar 24, 2019
1 parent 430ebde commit 82f0f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 2
jobs:
test:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.11.4
working_directory: /go/src/github.com/MarioCarrion/nit
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...
build:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.11.4
working_directory: /go/src/github.com/MarioCarrion/nit
steps:
- checkout
Expand All @@ -28,17 +28,17 @@ jobs:
- run: golangci-lint run ./...
nitlint:
docker:
- image: mariocarrion/nit:v0.1.1
- image: circleci/golang:1.11.4
working_directory: /go/src/github.com/MarioCarrion/nit
environment:
CGO_ENABLED: 0
steps:
- checkout
- run: go install github.com/MarioCarrion/nit/cmd/nit
- run: gometalinter --enable-all --config=.gometalinter.json ./...
- run: nit -pkg github.com/MarioCarrion/nit github.com/MarioCarrion/nit github.com/MarioCarrion/nit/cmd/nit
release:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.11.4
working_directory: /go/src/github.com/MarioCarrion/nit
steps:
- checkout
Expand Down
12 changes: 0 additions & 12 deletions .gometalinter.json

This file was deleted.

0 comments on commit 82f0f04

Please sign in to comment.