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
At the moment, getting a good overview of all the rules within a config file is hard. Thereforew, it would be great if a different and more useful kind of representation of the rules could be rendered, like a Markdown, JSON or HTML file. Consider for example Markdown, then this file:
At the moment, getting a good overview of all the rules within a config file is hard. Thereforew, it would be great if a different and more useful kind of representation of the rules could be rendered, like a Markdown, JSON or HTML file. Consider for example Markdown, then this file:
Might be rendered to this Markdown:
Which would be rendered on sites like GitHub to this:
lint.swift
The following checks are included in this file:
Checks
HandySwiftDelayTimeInterval
Use one of the HandySwift TimeInterval extension methods like
.milliseconds(500)
instead.Matching Examples
Non-matching Examples
Auto-correct Examples
Before:
After:
Before:
After:
Before:
After:
The text was updated successfully, but these errors were encountered: