How can I apply the native file_name SwiftLint rule specifically to test files (files ending with test or tests in their name)?
asked Jun 12, 2023 at 11:15
Soheil Novinfard
1,4641 gold badge18 silver badges47 bronze badges
lang-swift
swiftlint lint path/to/MyFileTest.swiftBut the output will be visible on the terminal using the above command. Hope it helps.