Steve Calvert

Results 95 comments of Steve Calvert

I think the summary feature would be a good candidate for a formatter. As it pertains to TODOs, I've started [implementing a formatter](https://github.com/scalvert/ember-template-lint-formatter-todo) for that very purpose, albeit it doesn't...

Write another formatter? :)

@DingoEatingFuzz thanks for adding your thoughts here. Very useful. I'd love to understand what problems you're trying to solve, and what the current formatter I linked doesn't include that would...

Thanks for the info, @DingoEatingFuzz. We've also discussed decoupling the todos functionality from the core linting functionality, via a subcommand. That's definitely on our radar, and we'll continue to push...

No timelines as of yet. Any issue with just using the external formatter for now?

Ah yes, I'll add a `peerDependency` in the formatters' package.json. Thanks for calling this out!

And again, that's something that the existing formatter won't help you with? You want aggregate counts per rule for todos?

Thanks for reporting, @drouhard. I thought this was covered by https://github.com/lint-todo/utils/pull/325, but perhaps not. I'll see if I can repro and will fix if necessary.

Yep I also think this is a reasonable short term solution, though it's somewhat annoying to have to explicitly use the option to output the paths. Overall I think we...

It should also be noted, as [Rob did earlier](https://github.com/ember-template-lint/ember-template-lint/pull/2491#issuecomment-1115187198), that this will require changes to the todo system to adjust the paths stored (we _think_). It's worth testing it out...