karniv00l/mlg-converter

View on GitHub

Showing 2 of 7 total issues

Function parseHeader has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private parseHeader() {
    this.result.fileFormat = Parser.clearString(
      this.string(this.FORMAT_LENGTH),
      true,
    );
Severity: Minor
Found in src/parser.ts - About 1 hr to fix

    Function parseDataBlocks has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      private parseDataBlocks() {
        this.jump(this.result.dataBeginIndex);
    
        this.result.dataBlocks = [];
        while (this.offset < this.bufferLength) {
    Severity: Minor
    Found in src/parser.ts - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language