You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abhay Chaurasiya
82be04d7f2
remove legacy import comments from remaining packages ( #31933 )
...
Pre-Go-modules import path comments (e.g. `// import "helm.sh/helm/v4/..."`)
are obsolete since Go 1.11 where go.mod is the authoritative module path.
These stale comments cause issues with downstream tooling such as Kythe.
Removes the legacy import comments from 64 files across 20 packages:
- cmd/helm
- internal/chart/v3/lint and sub-packages
- internal/plugin and sub-packages
- internal/release/v2/util
- pkg/chart/v2/lint and sub-packages
- pkg/cmd, pkg/engine, pkg/ignore, pkg/provenance
- pkg/registry
- pkg/release/v1/util
- pkg/repo/v1
- pkg/storage and pkg/storage/driver
Follows up on #31931 and #31932 which addressed pkg/kube.
Fixes #31846
Signed-off-by: abhay1999 <abhay.chaurasiya@example.com>
Signed-off-by: abhay1999 <abhaychaurasiya19@gmail.com>
1 week ago
..
cache
remove legacy import comments from remaining packages ( #31933 )
1 week ago
installer
remove legacy import comments from remaining packages ( #31933 )
1 week ago
schema
chore(internal): enable perfsprint linter
5 months ago
testdata
Make test scripts run without /bin/bash
11 months ago
config.go
fix: typo in the function names
7 months ago
config_test.go
test: replace assert.Contains with assert.ErrorContains for better error handling
3 weeks ago
descriptor.go
[HIP-0026] Plugin runtime interface ( #31145 )
11 months ago
doc.go
Plugin types and plugin apiVersion v1
11 months ago
error.go
Remove SetupPluginEnv
11 months ago
loader.go
Merge pull request #31885 from mmorel-35/whitespace
2 months ago
loader_test.go
test: replace assert.Contains with assert.ErrorContains for better error handling
3 weeks ago
metadata.go
chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
3 weeks ago
metadata_legacy.go
chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
3 weeks ago
metadata_legacy_test.go
ignore error plugin loads (cli, getter)
5 months ago
metadata_test.go
chore(internal): refactor: convert tests to testify assert/require part 1
2 weeks ago
metadata_v1.go
fix: Plugin version path traversal
5 months ago
metadata_v1_test.go
test: replace assert.Contains with assert.ErrorContains for better error handling
3 weeks ago
plugin.go
remove legacy import comments from remaining packages ( #31933 )
1 week ago
plugin_test.go
ignore error plugin loads (cli, getter)
5 months ago
plugin_type_registry.go
refactor: use reflect.TypeFor
10 months ago
plugin_type_registry_test.go
chore: fix whitespace linter
5 months ago
runtime.go
fix(getter): pass settings environment variables
8 months ago
runtime_extismv1.go
chore: fix whitespace linter
5 months ago
runtime_extismv1_test.go
chore: fix several checks issues from testifylint
3 weeks ago
runtime_subprocess.go
fix: enhance error handling and improve test assertions ( #32352 )
1 week ago
runtime_subprocess_getter.go
chore: enable contextcheck, fatcontext and noctx linters
1 month ago
runtime_subprocess_hooks.go
remove legacy import comments from remaining packages ( #31933 )
1 week ago
runtime_subprocess_test.go
ignore error plugin loads (cli, getter)
5 months ago
runtime_test.go
fix(getter): pass settings environment variables
8 months ago
sign.go
Use errors.Is to check for io.EOF and gzip.ErrHeader
8 months ago
sign_test.go
chore(internal): refactor: convert tests to testify assert/require part 3
2 weeks ago
signing_info.go
fix: enable nolinlint linter
5 months ago
subprocess_commands.go
chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
3 weeks ago
subprocess_commands_test.go
chore(internal): refactor: convert tests to testify assert/require part 2
2 weeks ago
verify.go
chore: fix some minor issues in the comments
5 months ago
verify_test.go
chore(internal): refactor: convert tests to testify assert/require part 1
2 weeks ago