microsoft / FluentDarkModeKit

A library for backporting Dark Mode in iOS
MIT License
1.63k stars 125 forks source link

Integrate SwiftLint and fix CI #68

Closed levinli303 closed 4 years ago

levinli303 commented 4 years ago

This PR does

  1. Add lint rules taken from Outlook (with removal of some project specific settings)
  2. Integrate SwiftLint with CI and enable "treat warnings as errors" in Swift/Objective-C code in CI (Lint warning will not throw error)

Closes #15