MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.03k stars 104 forks source link

How to add generated file with swiftlint rules in version 4.2.0 with new Mockfile format #348

Closed Raghvendra7 closed 11 months ago

Raghvendra7 commented 1 year ago

Team first of all Thanks for wonderful library. And here is my doubt I am using swiftlint in my project want to add swiftlint rule in generated mockfile. Since if i add manually the rule every-time I regenerate mocks it will remove. I am using new Mockfile pattern

eg ReachabilityServiceProtocol: sources: include:

How to use excludedSwiftLintRules: Can anyone help.

Raghvendra7 commented 11 months ago

fix via mock template update