Skip to content
Permalink

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.22.0
Choose a base ref
...
head repository: bflad/tfproviderlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 4 commits
  • 829 files changed
  • 2 contributors

Commits on Feb 23, 2021

  1. chore(deps): update go to 1.16

    - Update Dockerfile from 1.13 to 1.16
    - Update GitHub Actions from 1.14 to 1.16
    jimeh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b8415e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. deps: Bump go.mod directive to Go 1.16

    Updated vendor directory according to:
    
    ```
    go: inconsistent vendoring in /Users/bflad/src/github.com/bflad/tfproviderlint:
    	github.com/bflad/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    	github.com/hashicorp/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    	github.com/hashicorp/terraform-plugin-sdk/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    
    	To ignore the vendor directory, use -mod=readonly or -mod=mod.
    	To sync the vendor directory, run:
    		go mod vendor
    ```
    bflad committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3d344ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jimeh-go1-16'

    bflad committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1743c0f View commit details
    Browse the repository at this point in the history
  3. New Extra Check: XAT001: check for TestCase missing ErrorCheck (#227)

    * deps: Bump github.com/hashicorp/terraform-plugin-sdk/[email protected]
    
    Updated via:
    
    ```
    go get github.com/hashicorp/terraform-plugin-sdk/[email protected]
    go mod tidy
    go mod vendor
    ```
    
    * deps: Bump github.com/hashicorp/terraform-plugin-sdk@v1-maint
    
    To prevent `go-getter` errors.
    
    Updated via:
    
    ```
    go get github.com/hashicorp/terraform-plugin-sdk@v1-maint
    go mod tidy
    go mod vendor
    ```
    
    * New Extra Check: XAT001: check for TestCase missing ErrorCheck
    
    Reference: #226
    bflad authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ae9ed13 View commit details
    Browse the repository at this point in the history
Loading