Executable does not respect .template-lintrc.js
See original GitHub issueTo get tests passing we defined pending rules in .template-lintrc.js
. This config is picked up correctly when running the ember tests but when running the ember-template-lint
executable the config is ignored and it produces errors.
As the linter executable run is added to .travis.yml
by default in cli in 3.4
we first noticed this when running on travis and then confirmed by running locally.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Handlebars template not respecting view member when set ...
When I {{render}} the form from the containing handlebars template, the child template does not respect the observable on the view.
Read more >Ember Template Lint: Linter For Ember Or Handlebars ...
When the ember-template-lint executable is run, we would have a single result indicating that the no-bare-strings rule found an error.
Read more >ember-template-lint - npm
Name ✓ 💅 🔧
attribute‑order 🔧
block‑indentation 💅 🔧
builtin‑component‑arguments ✓
Read more >How To Todo In Ember Template Lint
template -lintrc.js file"; --no-inline-config : "also, ignore instances where the rule has been supressed inline"; -- ...
Read more >ember-template-lint-plugin-tailwindcss GDPR - GitLab
A recommended configuration is available. To use it, merge the following object to your .template-lintrc.js file: // .template-lintrc.js ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In case it’s useful to others here’s a quick hack to implement the dual entry solution mentioned above:
.template-lintrc.js
I figured this is with the
1.0.0
release because of:And a ‘ember-template-version’ mismatch.
Problem:
Now generate this for me:
So… I’ll enable back
attribute-indentation
in my own rules…