MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / addonLintTree

Method addonLintTree

lib/broccoli/ember-app.js:644–651  ·  view source on GitHub ↗

Runs addon lintTree hooks and returns a single tree containing all their output. @private @method addonLintTree @param {String} type Type of tree @param {Tree} tree Tree to process @return {Tree} Processed tree

(type, tree)

Source from the content-addressed store, hash-verified

642 @return {Tree} Processed tree
643 */
644 addonLintTree(type, tree) {
645 let output = lintAddonsByType(this.project.addons, type, tree);
646
647 return mergeTrees(output, {
648 overwrite: true,
649 annotation: `TreeMerger (lint ${type})`,
650 });
651 }
652
653 /**
654 Imports legacy imports in this.vendorFiles

Callers 2

getLintTestsMethod · 0.95
ember-app-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected