Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/provider: Enable tfproviderlint R002 check #12033

Merged
merged 2 commits into from
Mar 10, 2020
Merged

Commits on Feb 13, 2020

  1. tests/provider: Enable tfproviderlint R002 check

    Reference: #9952
    
    Previously:
    
    ```
    aws/resource_aws_sns_platform_application.go:230:18: R002: ResourceData.Set() pointer value dereference is extraneous
    ```
    
    We are unable to acceptance test the `aws_sns_platform_application` resource as it requires an active Apple Developer subscription and application, however this final refactor is trivial.
    bflad committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    16f2e5b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    5dd3c5e View commit details
    Browse the repository at this point in the history