jeremyckahn/mantra

View on GitHub

Showing 3 of 5 total issues

Function applyOrientationToExport has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  applyOrientationToExport(exportProcessor) {
    const currentActorModel = this.collectOne('currentActorModel');

    if (!currentActorModel) {
      return exportProcessor.call(this);
Severity: Minor
Found in scripts/components/rekapi/main.js - About 1 hr to fix

    Function initialize has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      initialize() {
        this.exportPanelComponent = this.addComponent(
          ExportPanelComponent,
          {
            el: this.view.$exportPanel[0],
    Severity: Minor
    Found in scripts/components/control-panel/main.js - About 1 hr to fix

      Function deferredInitialize has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        deferredInitialize() {
          this.timeline = this.lateralus.rekapi.createTimeline(this.$timeline[0], {
            supportedProperties: constant.SUPPORTED_PROPERTIES,
            preventValueInputAutoSelect: true,
          });
      Severity: Minor
      Found in scripts/components/container/view.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language