-
Notifications
You must be signed in to change notification settings - Fork 25
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: bflad/tfproviderlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bflad/tfproviderlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 30 files changed
- 3 contributors
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a856b90 - Browse repository at this point
Copy the full SHA a856b90View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c94c6d5 - Browse repository at this point
Copy the full SHA c94c6d5View commit details
Commits on Feb 15, 2021
-
passes/R014: Call out both CRUDFunc and CRUDContextFunc in documentat…
…ion and reports, add parameters and results length checks
Configuration menu - View commit details
-
Copy full SHA for 6ce5c82 - Browse repository at this point
Copy the full SHA 6ce5c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c61de - Browse repository at this point
Copy the full SHA 33c61deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 995e1a9 - Browse repository at this point
Copy the full SHA 995e1a9View commit details -
helper/terraformtype/helper/schema: Prevent panics with function or v…
…ariable `Elem` field values (#224) Reference: #223 Previously with CloudFlare provider: ``` $ tfproviderlint ./cloudflare panic: interface conversion: ast.Expr is *ast.Ident, not *ast.CompositeLit goroutine 5153 [running]: github.com/bflad/tfproviderlint/helper/terraformtype/helper/schema.NewSchemaInfo(0xc000a14680, 0xc001fecfa0, 0xc00208ecd0) /Users/bflad/src/github.com/bflad/tfproviderlint/helper/terraformtype/helper/schema/type_schema.go:211 0x1271 github.com/bflad/tfproviderlint/helper/terraformtype/helper/schema.NewResourceInfo(0xc000a14c80, 0xc001fecfa0, 0xc002d28e01) /Users/bflad/src/github.com/bflad/tfproviderlint/helper/terraformtype/helper/schema/type_resource.go:90 0x33e github.com/bflad/tfproviderlint/passes/helper/schema/resourceinfo.run.func1(0x13c06a0, 0xc000a14c80) /Users/bflad/src/github.com/bflad/tfproviderlint/passes/helper/schema/resourceinfo/resourceinfo.go:37 0x85 golang.org/x/tools/go/ast/inspector.(*Inspector).Preorder(0xc003c2e340, 0xc000f66b00, 0x1, 0x1, 0xc000aadb28) /Users/bflad/go/pkg/mod/golang.org/x/[email protected]/go/ast/inspector/inspector.go:77 0xa2 github.com/bflad/tfproviderlint/passes/helper/schema/resourceinfo.run(0xc003fc2780, 0xc003fc2780, 0x0, 0x0, 0x0) /Users/bflad/src/github.com/bflad/tfproviderlint/passes/helper/schema/resourceinfo/resourceinfo.go:30 0xf1 golang.org/x/tools/go/analysis/internal/checker.(*action).execOnce(0xc0036d1040) /Users/bflad/go/pkg/mod/golang.org/x/[email protected]/go/analysis/internal/checker/checker.go:690 0x87e sync.(*Once).doSlow(0xc0036d1040, 0xc000961f90) /usr/local/Cellar/go/1.15.8/libexec/src/sync/once.go:66 0xec sync.(*Once).Do(...) /usr/local/Cellar/go/1.15.8/libexec/src/sync/once.go:57 golang.org/x/tools/go/analysis/internal/checker.(*action).exec(0xc0036d1040) /Users/bflad/go/pkg/mod/golang.org/x/[email protected]/go/analysis/internal/checker/checker.go:579 0x65 golang.org/x/tools/go/analysis/internal/checker.execAll.func1(0xc0036d1040) /Users/bflad/go/pkg/mod/golang.org/x/[email protected]/go/analysis/internal/checker/checker.go:567 0x34 created by golang.org/x/tools/go/analysis/internal/checker.execAll /Users/bflad/go/pkg/mod/golang.org/x/[email protected]/go/analysis/internal/checker/checker.go:573 0x125 ``` Now: ``` $ tfproviderlint ./cloudflare /Users/bflad/src/github.com/cloudflare/terraform-provider-cloudflare/cloudflare/import_cloudflare_load_balancer_monitor_test.go:13:28: AT001: missing CheckDestroy ... ```
Configuration menu - View commit details
-
Copy full SHA for fd0bd45 - Browse repository at this point
Copy the full SHA fd0bd45View commit details -
Merge branch 'unsed_timeout' of ssh://github.com/magodo/tfproviderlin…
…t into magodo-unsed_timeout
Configuration menu - View commit details
-
Copy full SHA for 37f8ec3 - Browse repository at this point
Copy the full SHA 37f8ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b09de3f - Browse repository at this point
Copy the full SHA b09de3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab8870 - Browse repository at this point
Copy the full SHA 3ab8870View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.0...v0.22.0