crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

Reduce linter concurrency to 1 #1324

Closed ulucinar closed 1 month ago

ulucinar commented 1 month ago

Description of your changes

While bumping the underlying Terraform provider version, we've observed failing linter runs. This is probably caused by the changing dependencies and the invalidation of the linter cache. We had previously observed a similar situation when working with the linter in the release-0.47 branch, and we had applied more aggressive parameters in #1217. This PR copies some of those parameters to the main branch.

I have:

How has this code been tested

Via make lint runs and in #1217.