Skip to content

Commit

Permalink
unparam ignore on test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Jan 4, 2023
1 parent 73e6e38 commit bb9b485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2233,6 +2233,7 @@ resource "azurerm_linux_function_app" "test" {
`, r.template(data, planSku), data.RandomInteger, pythonVersion)
}

// nolint: unparam
func (r LinuxFunctionAppResource) appStackJava(data acceptance.TestData, planSku string, javaVersion string) string {
return fmt.Sprintf(`
provider "azurerm" {
Expand Down

0 comments on commit bb9b485

Please sign in to comment.