Bryan Mishkin

Results 359 comments of Bryan Mishkin

Maybe the rule doc could be updated to link to this "skipping helpers" part of the codemod doc in case people want to use it for the lint rule too:...

[ember-template-lint-plugin-prettier](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier) which is autofixable might be the future here instead of that rule.

Will defer to @rwjblue and @dcyriller on that. Last I heard, `attribute-indentation` had some instabilities too. And looks like this topic was previously discussed in #1523. We should update the...

Assuming you use yarn, can you check `yarn why ember-template-lint` to see which versions are present?

This looks fine, is this still a draft?

Can you also make sure that all of the lines of code in this rule are covered by the tests? I just checked and see many lines missing coverage: ```...

@VincentMolinie thanks for the explanation. Those may be pre-existing issues then or even deadcode. So we can ignore that then. The next step is to run this autofixer on a...

Thanks for fixing the previous issue. Here are the next crashes I found (I'll test your updated rule again after you fix these, there are probably more crashes still, you...

@JoaoDsv there are conflicts. Is this close to being ready to merge?