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 analyzer errors #271

Merged
merged 3 commits into from
Dec 4, 2020
Merged

Conversation

Stargator
Copy link
Contributor

The analyzer was throwing an error for using dynamic in a for loop. So I replaced it with a cast to a Map object.

Additionally, I fixed a minor linting issue related to sorting constructors at the top of a class.

@Stargator Stargator added this to the 2020 Improve Tests or CI milestone Nov 29, 2020
@Stargator Stargator requested a review from a team November 29, 2020 17:48
@Stargator Stargator self-assigned this Nov 29, 2020
@devkabiir devkabiir merged commit 475e5e2 into exercism:master Dec 4, 2020
@Stargator Stargator deleted the fix-analyzer-errors branch December 5, 2020 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants