Swiftlint: File header rule

Created on 15 Oct 2016  路  2Comments  路  Source: realm/SwiftLint

We could have an opt-in rule that warned when the file have the default comment header included in Xcode template. For example:

//
//  LegacyConstructorRule.swift
//  SwiftLint
//
//  Created by Marcelo Fabri on 29/11/15.
//  Copyright 漏 2015 Realm. All rights reserved.
//

This wouldn't be enabled for SwiftLint 馃槄

rule-request

Most helpful comment

I think I have a closed PR for this somewhere from before opt in rules were supported. Otherwise we have it on our fork. I'd be happy to submit it again.

All 2 comments

I think I have a closed PR for this somewhere from before opt in rules were supported. Otherwise we have it on our fork. I'd be happy to submit it again.

Was this page helpful?
0 / 5 - 0 ratings