Commit Graph

87 Commits (copilot/fix-analyze-go-job)

Author SHA1 Message Date
Terry Howe d262c7ca79
Merge pull request #32296 from mmorel-35/gocritic-singleCaseSwitch
2 months ago
Matthieu MOREL 96b315f188 chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
2 months ago
Matthieu MOREL 4ade4a5495 test: replace assert.Contains with assert.ErrorContains for better error handling
2 months ago
Matthieu MOREL f34ad6c337 chore: fix several checks issues from testifylint
2 months ago
Matthieu MOREL 07259ecc86 chore: fix several checks issues from gocritic
2 months ago
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
3 months ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
3 months ago
George Jenkins 81d6f04c82
Merge pull request #30867 from mmorel-35/gocritic
3 months ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
3 months ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
4 months ago
Evans Mungai d374e823b2
Merge pull request #32086 from mmorel-35/error-is-as
4 months ago
Aleksei Sviridkin 979e68fbbd
internal/plugin: remove zero-width spaces from plugin name comment
4 months ago
Matthieu MOREL f8ba28bb17 testifylint: enable error-is-as and error-nil rules
5 months ago
George Jenkins 087736b66e
fix: unnecessary-format lint issues from merge
5 months ago
George Jenkins 586eb57338
fix: Plugin missing provenance bypass
5 months ago
George Jenkins f8afb35f4e
Merge commit from fork
5 months ago
Matthieu MOREL 7edfff33eb chore: fix unnecessary-format issues from revive
6 months ago
Matthieu MOREL 83a0138172 chore: fix deprecatedComment issues from gocritic
6 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
6 months ago
George Jenkins 47a084091e
ignore error plugin loads (cli, getter)
6 months ago
George Jenkins 36dcc27ca3
fix: Plugin version path traversal
6 months ago
tsinglua 259f181808 chore: fix some minor issues in the comments
6 months ago
George Jenkins c4392033cc
Merge pull request #31853 from atombrella/feature/fmt_unneeded
6 months ago
Matthieu MOREL d4f6193a7e
chore(internal): enable perfsprint linter (#31871)
7 months ago
Matthieu MOREL 9409226e15 chore(internal): enable perfsprint linter
7 months ago
Mads Jensen 36cb3a2fe9 Replace unneeded use of t.Fatalf with t.Fatal
7 months ago
Matthieu MOREL 5b6c6bbfc7 fix: enable nolinlint linter
7 months ago
George Jenkins bc43812115
Merge pull request #31807 from mmorel-35/errorlint-internal-3-48c7a5a
7 months ago
Matthieu MOREL 025418291a fix(internal): errorlint linter
7 months ago
Matthieu MOREL abecafa0f5 fix(internal): errorlint linter
7 months ago
Terry Howe 429ce93848
Merge pull request #31613 from aslafy-z/feat/getter-env
8 months ago
Gergely Brautigam 138f730aac
fix: typo in the function names
8 months ago
Mads Jensen a490bb3c20 Use errors.Is to check for io.EOF and gzip.ErrHeader
9 months ago
Terry Howe b52b6615f0
Merge pull request #31207 from zyfy29/delete-unused-var
9 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
9 months ago
Terry Howe 642462e9fe
Merge pull request #11991 from twz123/no-bash-in-testscripts
9 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
9 months ago
Zadkiel AHARONIAN 119341dca7
fix(getter): pass settings environment variables
9 months ago
Scott Rigby 4d54bea5ff
Merge pull request #31491 from benoittgt/31490-plugin-name-helper
10 months ago
Benoit Tigeot 71591ee63e
style: linting
10 months ago
Benoit Tigeot b296cbef6c
test: split tests between valid and invalid
10 months ago
Benoit Tigeot 9b242dd9ed
test: convert tests to table drive tests
10 months ago
Benoit Tigeot c81a09b89a
test: refactor TestMetadataLegacyValidate to be more generic
10 months ago
yxxhero 8c87024860 update tests
10 months ago
yxxhero 2d49f0cb4a Refactor environment variable expansion in PrepareCommands and update tests
10 months ago
Benoit Tigeot acf331a005
fix: improve plugin name validation err messages early via unmarshalling
10 months ago
Benoit Tigeot 9e1e3d21c5
fix: Make invalid name error message more similar and move tests
10 months ago
Benoit Tigeot cf077ceb27
fix: focus only on plugin name but give more info about what we get
10 months ago
Benoit Tigeot f4b139a82c
Make validation error similar and explicit for both metadatas
10 months ago
Benoit Tigeot c04e18e452
fix: improve plugin name validation error messages
10 months ago