You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* previous solution, golangci-lint, does no longer seem to be actively maintained
* staticcheck is natively integrated with VSCode IDE
* it's easier to have one common and modern linting framework
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,16 @@ Most likely, `terraform init -upgrade -verify-plugins=false -lock=false` would b
41
41
42
42
## Developing provider
43
43
44
-
After installing necessary software for building provider from sources, you should install `golangci-lint` and `gotestsum` in order to run `make test`.
44
+
After installing necessary software for building provider from sources, you should install `staticcheck` and `gotestsum` in order to run `make test`.
0 commit comments