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
When we get certain warnings (mainly whitespace warnings), we don't want to get warned everytime, since Swiftlint can take care of this for us.
However, swiftlint autocorrect is not fast enough to run in the build process (we run it as a push hook).
I would like it if we could disable warnings / errors for a rule, but keep it enabled for swiftlint autocorrect.
The text was updated successfully, but these errors were encountered:
Although this solution would work, it would require me to duplicate the normal set of rules, correct?
Because yaml does not support import/include statements.
When we get certain warnings (mainly whitespace warnings), we don't want to get warned everytime, since Swiftlint can take care of this for us.
However,
swiftlint autocorrect
is not fast enough to run in the build process (we run it as a push hook).I would like it if we could disable warnings / errors for a rule, but keep it enabled for
swiftlint autocorrect
.The text was updated successfully, but these errors were encountered: