Update On Mon Apr 1 20:27:02 CEST 2024

This commit is contained in:
github-action[bot]
2024-04-01 20:27:03 +02:00
parent 26fcc9cf4f
commit 7e9c836f6c
1162 changed files with 74819 additions and 72622 deletions

View File

@@ -40,7 +40,7 @@ func TestFileCache(t *testing.T) {
require.False(t, exists)
}
func checkValue(t *testing.T, ctx context.Context, fs afero.Fs, fileFullPath string, cache *FileCache, key, wantValue string) { //nolint:golint
func checkValue(t *testing.T, ctx context.Context, fs afero.Fs, fileFullPath string, cache *FileCache, key, wantValue string) { //nolint:revive
t.Helper()
// check actual file content
b, err := afero.ReadFile(fs, fileFullPath)