diff --git a/.github/workflows/dev-acc.yml b/.github/workflows/dev-acc.yml index c0198523..f9077e55 100644 --- a/.github/workflows/dev-acc.yml +++ b/.github/workflows/dev-acc.yml @@ -49,4 +49,4 @@ jobs: - name: Run Acceptance test run: | - TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance \ No newline at end of file + export TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance \ No newline at end of file diff --git a/golangci-lint-config.yaml b/golangci-lint-config.yaml index 21f5f3a2..8505c9d0 100644 --- a/golangci-lint-config.yaml +++ b/golangci-lint-config.yaml @@ -37,6 +37,15 @@ linters: - ineffassign - staticcheck - unused + - contextcheck + - goerr113 + - funlen + - goconst + - stylecheck + - gofmt + - misspell + - paralleltest + - reassign issues: