Skip to content

Commit

Permalink
Linting (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Sep 2, 2022
1 parent abb161e commit b76f293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_shuffle_test.go
Expand Up @@ -927,6 +927,7 @@ func testAccResourceShuffleCheckLength(expectedLength string) func(input string)
}
}

//nolint:unparam
func testExtractResourceAttrList(resourceName string, attributeName string, attributeValue *[]string) resource.TestCheckFunc {
return func(s *terraform.State) error {
rs, ok := s.RootModule().Resources[resourceName]
Expand Down

0 comments on commit b76f293

Please sign in to comment.