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

Convert from var to explicit type #74

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

rjmurillo
Copy link
Owner

There is mixed use of explicit types and var keyword. There are also cases where the var keyword cannot be used. Rather than have mixed cases, update all code to use explicit types and enable .editorconfig rule to enforce code style

Fixes #53

There is mixed use of explicit types and var keyword. There are also cases where the var keyword cannot be used. Rather than have mixed cases, update all code to use explicit types and enable .editorconfig rule to enforce code style

Fixes #53
@rjmurillo rjmurillo added this to the vNext milestone Jun 7, 2024
@rjmurillo rjmurillo requested a review from MattKotsenas June 7, 2024 22:14
@rjmurillo rjmurillo marked this pull request as ready for review June 7, 2024 22:17
@rjmurillo rjmurillo enabled auto-merge (squash) June 7, 2024 22:17
.editorconfig Show resolved Hide resolved
@MattKotsenas MattKotsenas self-requested a review June 7, 2024 22:24
@rjmurillo rjmurillo merged commit f52ba4b into main Jun 7, 2024
3 checks passed
@rjmurillo rjmurillo deleted the convert-to-explicit-types branch June 7, 2024 22:24
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.

Convert to explicit types
2 participants