1 Commits

Author SHA1 Message Date
08081f7c05 chore(deps): update dependency golangci/golangci-lint to v2.3.1
Some checks failed
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 50s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 14s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 53s
2025-08-12 09:58:57 +00:00

View File

@ -37,7 +37,6 @@ func (c *Collector) collectFileContents() {
}
fullPath := filepath.Join(c.folderPath, fileName)
// #nosec G304
content, err := os.ReadFile(fullPath)
if err != nil {
c.appendErrorForPath(fileName)