realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.46k stars 2.2k forks source link

MARK Rule hitting on "marketing" #5592

Closed khoogheem closed 1 month ago

khoogheem commented 1 month ago

New Issue Checklist

Describe the bug

    /// Marketing Opt In
    ///
    /// - note:  `xxx://marketingOptIn`

this doc statement will produce a Mark Violation: MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark issue

Environment

Version 0.55.1 Install via Homebrew