Hi there, what about adding one line of code to make the life of Swift developers easier?🙂
I'm talking about adding swiftlint's "disable all" command, which doesn't let the swiftlint search for Swift style and conventions violations in a file. It would be really helpful for most of the Swift developers
the command looks like this:
// swiftlint:disable all
it should be placed at the most top of a file before any swift code
Hi there, what about adding one line of code to make the life of Swift developers easier?🙂
I'm talking about adding swiftlint's "disable all" command, which doesn't let the swiftlint search for Swift style and conventions violations in a file. It would be really helpful for most of the Swift developers
the command looks like this:
// swiftlint:disable all
it should be placed at the most top of a file before any swift code