codeandtheory / YMatterType

An opinionated take on Design System Typography for iOS and tvOS.
Apache License 2.0
22 stars 8 forks source link

[CM-1428] Fixed swift lint warnings #84

Closed SahilSainiYML closed 1 year ago

SahilSainiYML commented 1 year ago

Introduction

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

Purpose

Removed SwiftLint warnings Fix https://github.com/yml-org/YMatterType/issues/83

Scope

Files where any rule of SwiftLint is disabled.

Out of Scope

Any functionality or UI changes.

📈 Coverage

Code

No changes.

Documentation

No changes.