Fix CI formatting issues: import ordering and whitespace

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-12 23:57:45 +00:00 committed by yxxhero
parent d914659c50
commit 5d8d1ead71
7 changed files with 49 additions and 45 deletions

View File

@ -3,9 +3,10 @@ package state
import ( import (
"testing" "testing"
"github.com/stretchr/testify/require"
"github.com/helmfile/helmfile/pkg/filesystem" "github.com/helmfile/helmfile/pkg/filesystem"
"github.com/helmfile/helmfile/pkg/yaml" "github.com/helmfile/helmfile/pkg/yaml"
"github.com/stretchr/testify/require"
) )
// TestExactIssueScenario tests the exact helmfile.yaml scenario described in issue #2182 // TestExactIssueScenario tests the exact helmfile.yaml scenario described in issue #2182

View File

@ -3,8 +3,9 @@ package state
import ( import (
"testing" "testing"
"github.com/helmfile/helmfile/pkg/filesystem"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/helmfile/helmfile/pkg/filesystem"
) )
// TestIssue2182_ValuesTemplatingBugFix is an integration test that reproduces // TestIssue2182_ValuesTemplatingBugFix is an integration test that reproduces

View File

@ -3,8 +3,9 @@ package state
import ( import (
"testing" "testing"
"github.com/helmfile/helmfile/pkg/filesystem"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/helmfile/helmfile/pkg/filesystem"
) )
// TestValuesMutationFix reproduces and tests the fix for the issue described in // TestValuesMutationFix reproduces and tests the fix for the issue described in

View File

@ -3,9 +3,10 @@ package state
import ( import (
"testing" "testing"
"github.com/stretchr/testify/require"
"github.com/helmfile/helmfile/pkg/filesystem" "github.com/helmfile/helmfile/pkg/filesystem"
"github.com/helmfile/helmfile/pkg/tmpl" "github.com/helmfile/helmfile/pkg/tmpl"
"github.com/stretchr/testify/require"
) )
// TestValuesTemplateIsolation tests the fix for the helmfile values templating bug // TestValuesTemplateIsolation tests the fix for the helmfile values templating bug