Marco Ferrari

Results 147 comments of Marco Ferrari

After checking the [terragrunt docs](https://terragrunt.gruntwork.io/docs/reference/cli-options/#hclfmt), it appears that terragrunt supports recursively searching for configuration files. We might use this feature instead of building the search logic ourselves.

Hi @torvitas! We can cover the simple cases first, and eventually refine our approach later if there is a need. #5178 should take care of this.

I cannot reproduce this issue with the latest version: ``` 2023-12-17 20:17:56 [DEBUG] Loading rules for GITHUB_ACTIONS... 2023-12-17 20:17:56 [DEBUG] Getting linter rules for GITHUB_ACTIONS... 2023-12-17 20:17:56 [DEBUG] Default rules...

Hi @kuritka ! We just released `v6`. Can you try with that? Thanks!

Also, your golint-ci invocation is different from [the one that super-linter uses](https://github.com/super-linter/super-linter/blob/5c67776f9d9d3065efda30d47aef21b332fa2173/lib/functions/linterCommands.sh#L47). Can you try running golint-ci locally with the same command? Thanks!

What is your current working directory (the value of `PWD`)?

Are you running this on an ARM-based Mac by any chance? I'm not sure how compatible that would be because we don't publish an arm64 image. Anyway, it looks like...

Also, there something interesting in the log you posted: ``` 2024-01-31 16:05:27 [DEBUG] File:[/tmp/lint/internal/controller/aws.go], File_type:[go], Base_file:[aws.go] 2024-01-31 16:05:28 [WARN] File:{/tmp/lint/internal/controller/aws.go} existed in commit data, but not found on file system,...

Hi @kuritka ! I was able to reproduce the issue with the example you provided. I added it as a (failing, for now) test case. That's the first step into...

By the way, running `go mod tidy` will also generate a `go.mod` file, or add any missing modules to the `go.mod` file. That would require modifying the source code, and...