question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to skip Addon dependencies

See original GitHub issue

One addon is offending with bare-strings, the error is caught during our main app build:

bare-strings: Non-translated string used (modules/ember-formly/templates/components/ember-formly-component-unknown @ L1:C5):
`Ember Formly: Unknown Component`
===== 1 Template Linting Error

Is there a way to skip linting addon dependencies?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rwjbluecommented, Nov 8, 2016

One thing that is a definite “gotcha” with NPM packages is that npm pack and npm publish use your local working copy to build the tarball sent up to the registry, this means that any dirty files are packed as they were locally during publishing (and they can differ from what is checked into source control).

1reaction
rwjbluecommented, Nov 5, 2016

In general ember-cli-template-lint does not lint addon modules, but occasionally addon authors forget to remove isDevelopingAddon overrides when publishing. When that happens the addon’s templates would get linted as you are seeing here…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven – Optional Dependencies and Dependency Exclusions
Optional dependencies are used when it's not possible (for whatever reason) to split a project into sub-modules. The idea is that some of...
Read more >
Maven Dependency Plugin command line option to ...
My requirement is just to find & download all dependencies (including transitive) for specific libraries that i wish to upgrade. I found maven's...
Read more >
Issue #61 · pmckeown/dependency-track-maven-plugin - GitHub
Maven plugins commonly have a skip option to allow for the disabling of the plugin execution. Add one to this plugin.
Read more >
Downgrading versions and excluding dependencies
A dependency version can be enforced by declaring it as strict it in the build script: Example 1. Setting a strict version. Groovy...
Read more >
yum problems: Skip Packages With Broken Dependencies ...
You need to add plugin called yum-skip-brokenm which adds a ... extras: mirrors.liquidweb.com Setting up Install Process Parsing package ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found