Skip to content

Commit

Permalink
extend linter deadline (hashicorp#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Oct 13, 2019
1 parent a8c4fd9 commit 7c01c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 10m10s
deadline: 30m10s
modules-download-mode: vendor

issues:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ goimports:

lint:
@echo "==> Checking source code against linters..."
golangci-lint run ./...
golangci-lint run ./... -v

tools:
@echo "==> installing required tooling..."
Expand Down
2 changes: 1 addition & 1 deletion azuread/resource_service_principal.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func resourceServicePrincipal() *schema.Resource {
"tags": {
Type: schema.TypeSet,
Optional: true,
Set: schema.HashString,
ForceNew: true,
Set: schema.HashString,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 7c01c9e

Please sign in to comment.