Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Add lint check to Azure Pipelines (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Oct 15, 2018
1 parent 36ab216 commit afc1647
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ steps:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
make bootstrap build test
make bootstrap build test lint
workingDirectory: '$(modulePath)'
displayName: 'Get dependencies, build, test'
2 changes: 2 additions & 0 deletions cmd/duffle/credential_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import (

"github.com/deis/duffle/pkg/credentials"
"github.com/deis/duffle/pkg/duffle/home"

"github.com/ghodss/yaml"

"github.com/spf13/cobra"
)

Expand Down
1 change: 1 addition & 0 deletions cmd/duffle/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/deis/duffle/pkg/duffle/home"
"github.com/deis/duffle/pkg/ohai"
"github.com/deis/duffle/pkg/signature"

"golang.org/x/crypto/ssh/terminal"

"github.com/spf13/cobra"
Expand Down
1 change: 1 addition & 0 deletions cmd/duffle/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"testing"

"github.com/deis/duffle/pkg/version"

"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit afc1647

Please sign in to comment.