You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: