Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

print-failing generate list with 'null' as value #436

Open
panthony opened this issue Jan 29, 2019 · 0 comments
Open

print-failing generate list with 'null' as value #436

panthony opened this issue Jan 29, 2019 · 0 comments

Comments

@panthony
Copy link

Using:

  • ember@3.4.4
  • ember-cli-template-lint@1.0.0-beta.2

I'm trying to use ember template-lint:print-failing with the following rules:

  rules: {
    'no-bare-strings': true,
    'attribute-indentation': false,
    'no-inline-styles': false
  },

And I get lots of entries like this:

  {
    "moduleId": "my-app/components/my-component/template",
    "only": [
      null
    ]
  },

Where the offending rule would have been attribute-indentation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant