From f674b2e2ec16327bcb079e835fcc889522dcf7e7 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:01:06 +0100 Subject: [PATCH] [internal] Update GitHub Actions workflow files (#378) --- .golangci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 161c987..5228181 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -10,17 +10,19 @@ linters: - govet - ineffassign - lll - - megacheck + - gosimple + - staticcheck - misspell - nakedret - revive - unconvert - unused enable-all: false -run: - skip-files: +issues: + exclude-files: - schema.go - pulumiManifest.go +run: timeout: 20m linters-settings: gci: