Skip to content

Commit

Permalink
linters added
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 27, 2023
1 parent e4631ae commit 78c25db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:

- name: Run Acceptance test
run: |
TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance
export TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance
9 changes: 9 additions & 0 deletions golangci-lint-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ linters:
- ineffassign
- staticcheck
- unused
- contextcheck
- goerr113
- funlen
- goconst
- stylecheck
- gofmt
- misspell
- paralleltest
- reassign

issues:

Expand Down

0 comments on commit 78c25db

Please sign in to comment.