just-paja/radio-drama-queen

View on GitHub
src/electron/createMainWindow.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createMainWindow has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createMainWindow (development) {
  const mainWindow = new BrowserWindow({
    height: 600,
    // icon: path.join(__dirname, '..', 'public', 'favicon.png'),
    minHeight: 320,
Severity: Minor
Found in src/electron/createMainWindow.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status