Skip to content

Fix code scanning alert - Disallow unused variables #27

@tolauwae

Description

@tolauwae

Tracking issue for:

for (const text in matches) {
const index: number = +find(/func\[([0-9]+)/, line.toString());
const local: string = find(/<(.*)>/, line.toString());
locals.push({index: index, name: local, type: 'undefined', mutable: true, value: ''});
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    lintLinter fixes

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions