Closed dwickern closed 2 years ago
hmm... am I using this wrong? 🤔
I think it's this issue: https://github.com/JetBrains/gradle-intellij-plugin/issues/990
It works for me after running a clean
. I tested against template-lint 2.21 and 4.10.
indeed, a clean
run has fixed it. thanks :)
Use
--format=json
for version 4+. Continue using--json
for older versions.--format=json
https://github.com/ember-template-lint/ember-template-lint/pull/1340--json
https://github.com/ember-template-lint/ember-template-lint/pull/1907--json
https://github.com/ember-template-lint/ember-template-lint/pull/2193Fixes #428