Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code scanning alert - Disallow unused variables #27

Open
1 task
tolauwae opened this issue Dec 6, 2024 · 0 comments
Open
1 task

Fix code scanning alert - Disallow unused variables #27

tolauwae opened this issue Dec 6, 2024 · 0 comments
Labels
lint Linter fixes

Comments

@tolauwae
Copy link
Member

tolauwae commented Dec 6, 2024

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: ''});
}

@tolauwae tolauwae added the lint Linter fixes label Dec 6, 2024
tolauwae added a commit that referenced this issue Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint Linter fixes
Projects
Status: No status
Development

No branches or pull requests

1 participant