martijnversluis/ChordSheetJS

View on GitHub
script/build_scales.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function buildScales has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export default function buildScales(_: BuildOptions): string {
  const MODIFIERS = { NO_MODIFIER, SHARP, FLAT };
  const MODES = { MAJOR, MINOR };

  const KEY_TYPES = {
Severity: Major
Found in script/build_scales.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status