galarant/domless

View on GitHub
src/components/input/input_modal.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  constructor(
    calledFrom,
    {
      key="domlessModal",
      deactivateEvent=key + "Deactivate",
Severity: Minor
Found in src/components/input/input_modal.js - About 1 hr to fix

Function activate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  activate() {
    if (this.inputField) {
      let tweenTimeline = this.tweens.timeline({
        duration: 500,
        ease: Phaser.Math.Easing.Cubic.InOut,
Severity: Minor
Found in src/components/input/input_modal.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status