hrzndhrn / recode

A linter with autocorrection and a refactoring tool.
MIT License
281 stars 15 forks source link

Fix not returning task #74

Closed NickNeck closed 9 months ago

NickNeck commented 10 months ago

closes #73

For now, it is not clear why recode runs endlessly in some cases. I have not been able to reproduce it yet.

This PR adds the switch --debug for more debugging.

github-actions[bot] commented 10 months ago

Pull Request Test Coverage Report for Build f5babd58990fdf27f4351fe5e7ebd5d148ef4638


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/recode/formatter.ex 2 3 66.67%
<!-- Total: 7 8 87.5% -->
Totals Coverage Status
Change from base Build 3c58ab4a38fc5293d79a9842573ef2a84b9350f4: -0.05%
Covered Lines: 782
Relevant Lines: 878

💛 - Coveralls
NickNeck commented 9 months ago

It turns out that the problem was inside the formatter plugin.