Mirroar/hivemind

View on GitHub
src/process/rooms.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    run() {
        _.each(Game.rooms, (room, roomName) => {
            hivemind.runProcess('rooms_intel', RoomIntelProcess, {
                room,
                priority: PROCESS_PRIORITY_ALWAYS,
Severity: Minor
Found in src/process/rooms.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status