Turbo87 / intellij-emberjs

Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Apache License 2.0
218 stars 33 forks source link

support ember-template-lint v4 command-line syntax #444

Closed dwickern closed 2 years ago

dwickern commented 2 years ago

Use --format=json for version 4+. Continue using --json for older versions.

Fixes #428

Turbo87 commented 2 years ago
Bildschirmfoto 2022-06-01 um 22 09 25

hmm... am I using this wrong? 🤔

dwickern commented 2 years ago

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.

Turbo87 commented 2 years ago

indeed, a clean run has fixed it. thanks :)