Robert DiMartino

Results 8 issues of Robert DiMartino

I can set separate check mass thresholds with ```YAML checks: identical-code: config: threshold: 25 similar-code: config: threshold: 50 ``` but those aren't language specific. I can set a language-specific mass...

Bisecting between 3.1.4 and 3.1.5 showed that https://bugs.ruby-lang.org/issues/20449 was introduced here https://github.com/ruby/ruby/commit/4153e807c55ec0fc234969ae08a01c1e0c8ed167 As far as I can tell, this issue only affect Ruby 3.1.5

Backport

### Summary It is not clear from the output of `tflint` which modules are missing a `required_version` for terraform. The warning just says `on line 0: (source code not available)`...

bug

## Introduction Terraform allows using both the `-chdir` and `-recursive` flags, e.g. `terraform -chdir=infra/ fmt -check -recursive` I expected to be able to do something similar with TFLint, but got...

enhancement

If there is no prettier config in a project, but the plugin is specified in the CLI invocation of prettier, the plugin raises with an difficult to understand error message:...

On main, running `yarn lint` produces some errors because of the new [flat config](https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config) in ESLint v9.0.0 (broken in 6e472faa795228f0a9821f78739ae2a1a03de0ef) ```sh ❯ yarn lint yarn run v1.22.22 $ eslint --cache...

Fixes #177 I wondered about sorting the blocks / filenames or looking for `main.tf`, but decided to keep it simple. A couple questions came up for me: - Is it...

### Summary It is not clear from the output of `tflint` which modules are missing a `required_version` for terraform. The warning just says `on line 0: (source code not available)`...

bug