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

Resolve SwiftLint errors #304

Merged
merged 4 commits into from May 21, 2023
Merged

Resolve SwiftLint errors #304

merged 4 commits into from May 21, 2023

Conversation

woxtu
Copy link
Contributor

@woxtu woxtu commented May 20, 2023

Hi,

This PR resolves the following SwiftLint errors:

Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
Force Cast Violation: Force casts should be avoided (force_cast)
Line Length Violation: Line should be 200 characters or less; currently it has 221 characters (line_length)

Copy link
Owner

@guoyingtao guoyingtao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Looks good!

@guoyingtao guoyingtao merged commit 337a95b into guoyingtao:master May 21, 2023
@woxtu woxtu deleted the lint branch May 21, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants