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
lines that start with a "//" after removing all leading whitespaces should not be treated as line inside a function. Otherwise the obvious way to fix violations of that rule would be to write less comments.
The text was updated successfully, but these errors were encountered:
lines that start with a "//" after removing all leading whitespaces should not be treated as line inside a function. Otherwise the obvious way to fix violations of that rule would be to write less comments.
SwiftLint can actually detect all kinds of comments (//, /* */, ///, /** */), so really we could just not count lines that only have comment-like tokens.
lines that start with a "//" after removing all leading whitespaces should not be treated as line inside a function. Otherwise the obvious way to fix violations of that rule would be to write less comments.
The text was updated successfully, but these errors were encountered: