Detect triple slashes (///
) in mark
rule
#2866
Labels
enhancement
Ideas for improvements of existing features and rules.
///
) in mark
rule
#2866
New Issue Checklist
New rule request
Using
/// MARK:
doesn't integrate with Xcode by creating a section in the code. You have to use// MARK:
with//
instead of///
.I propose there be a lint to make sure all comment marks follow that format.
the community thinks about this.
This is otherwise a silent issue where the mark is not used to create a sections in the file.
What would trigger a violation: anytime you have
/// MARK:
Not really.
See README.md for guidelines on when to mark a rule as opt-in.
enabled by default
I expect that engineers expect it to work when they do
/// MARK
but don't check to see if it did. I don't see a use case where their guidelines could be to use///
The text was updated successfully, but these errors were encountered: