Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Developer Stuff

John Regner edited this page Jun 3, 2017 · 1 revision

Swiftlint

If you're really sure you need a force cast you can mark that specific one as allowed.

// swiftlint:disable:this force_cast

NOTE: force_cast in the above is the "name" of a swiftlint rule, any you could replace this with the name of another rule that you'd like to disable, maybe force_try or identifier_name

Clone this wiki locally