How can I apply the native file_name
SwiftLint rule specifically to test files (files ending with test
or tests
in their name)?
Asked
Active
Viewed 38 times
0

Soheil Novinfard
- 1,358
- 1
- 16
- 43
-
Use multiple config files maybe: https://github.com/bulldozair/mobile-ios/issues/622 ? – Larme Jun 12 '23 at 11:58
-
you can try linting those files over the terminal like below `swiftlint lint path/to/MyFileTest.swift` But the output will be visible on the terminal using the above command. Hope it helps. – B25Dec Jul 07 '23 at 17:25