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 SwiftLint 0.51.0 warnings #83

Closed
mpospese opened this issue Apr 10, 2023 · 0 comments · Fixed by #84
Closed

Fix SwiftLint 0.51.0 warnings #83

mpospese opened this issue Apr 10, 2023 · 0 comments · Fixed by #84
Assignees
Labels

Comments

@mpospese
Copy link
Contributor

Intro

SwiftLint 0.51.0 now requires us to manually re-enable all rules disabled on the file level.

Task

  1. Add corresponding // swiftlint: enable rule_name comments at the end of all files that contain a disable entry (these are mostly test files)
  2. Update any instances of swiftlint:enable or swiftlint:disable with a version that has a single space immediately following the colon.

Make sure you're running the latest SwiftLint by running

brew install swiftlint

and test locally to make sure everything is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants