airbnb/caravel

View on GitHub
superset-frontend/packages/generator-superset/generators/plugin-chart/index.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function writing has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  writing() {
    // SupersetPluginChartHelloWorld
    const packageLabel = upperFirst(camelCase(this.answers.packageName));

    const params = {

    Function prompting has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      async prompting() {
        this.option('skipInstall');
    
        this.answers = await this.prompt([
          {

      There are no issues that match your filters.

      Category
      Status