Commit Graph

8 Commits

Author SHA1 Message Date
Riley Karson
8a237de2dd
Update gometalinter for modules, add staticcheck (#2908)
This isn't working locally, but it matches the changes made in https://github.com/terraform-providers/terraform-provider-azurerm/pull/2722 so maybe something freaky is going on and it will only work in CI?

Edit: This only works in CI (well, at least doesn't work locally for *me*) but the same is true in the Azure provider. Most of those rules can be turned back on provided we make the corresponding code changes, but let's bring back `unused` for now. I'll dupe over to tpgb on approval.
2019-02-05 11:47:40 -08:00
The Magician
222c287629 Update the googlesource cookie for the Terraform providers. (#3002)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-05 11:28:53 -08:00
Dana Hoffman
b6a7f25db3
script to determine which tests to run on a pr (#2785)
* script to determine which tests to run on a pr

* don't hardcode path from script to base; fix build

* add check for '/'
2019-01-03 11:27:08 -08:00
Riley Karson
48e687e49f Remove old schema generator. (#2677)
https://github.com/GoogleCloudPlatform/magic-modules
2018-12-20 17:22:22 -08:00
Riley Karson
ee48586fb2 Add gometalinter (#2627)
Parallel to https://github.com/terraform-providers/terraform-provider-azurerm/pull/2116

We need to run `gofmt -s` to switch over to the `gofmt` rule, and MM is going to complicate that. Once `1.20.0` is done, I'll run that command on flat MM files & add a `gofmt -s` step to MM generation (goimports does gofmt but doesn't do the s flag for silly reasons).

I'll duplicate this over to tpgb once this PR is merged.
2018-12-20 17:22:22 -08:00
Dana Hoffman
7faec27fba Schema Generator script (#215)
* Initial commit for schema generator script

* vendor discovery api

* respond to comments

* Don't fail on formatting errors

* respond to comments

* update tests with latest changes
2017-08-01 14:46:55 -07:00
Jake Champlin
234a95e0b8
Fix Changelog Links Script for google provider 2017-06-26 09:50:55 -05:00
Jake
5d420e83f6 initial commit 2017-06-05 20:54:03 +00:00