cloudquery / cq-provider-aws

CloudQuery Provider for AWS
https://cloudquery.io
Mozilla Public License 2.0
29 stars 40 forks source link

chore(tests): Disable decorder on resource files #1409

Closed hermanschaaf closed 2 years ago

hermanschaaf commented 2 years ago

Decorder is a bit too strict on our cq-gen generated files, and is forcing us to place all structs at the top of the file, even though this is not the current behavior of cq-gen. It seems unnecessarily strict for generated files, let's disable it for now.

Relates to https://github.com/cloudquery/.github/issues/266

hermanschaaf commented 2 years ago

This should resolve the issue noted in https://github.com/cloudquery/cq-provider-aws/pull/1396