Robin Borst

Results 6 issues of Robin Borst

In components with a co-located template, the plugin adds `import { hbs }` and `const __COLOCATED_TEMPLATE__ = ...` to the source file, and that is affecting the code coverage. Not...

### Description Running code that uses the factory bot gem with Ruby 3.3.0 causes the following warnings to be shown: ``` warning: /opt/hostedtoolcache/Ruby/3.3.1/x64/lib/ruby/3.3.0/observer.rb was loaded from the standard library, but...

bug

This PR adds the option to detect dynamic translation lookups, as suggested in https://github.com/simplabs/ember-intl-analyzer/issues/9. This is still a work in progress (e.g. it needs more tests), but it can be...

After the `pkg-dir` upgrade in https://github.com/simplabs/ember-intl-analyzer/pull/427 the `bin/cli` command failed, but this was not caught because there were no tests for it, so I added that with this PR. About...

This PR adds 2 failing tests to confirm [this](https://github.com/ember-template-lint/ember-template-lint/issues/3339) issue. I also added a passing test with a single curly expression to show that it only happens when there are...

When running the template-tag codemod on our codebase, we've run prettier to somewhat bring back the formatting of our GJS components, and then we ran this template lint auto-fixer to...