You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the work done by folks recently, we can now add SwiftLint as a Build Tool Plug-in which is amazing! It comes with the caveat:
Due to limitations with Swift Package Manager Plug-ins this is only recommended for projects that have a SwiftLint configuration in their root directory as there is currently no way to pass any additional options to the SwiftLint executable.
Could there please be the ability to have some of the arguments in the yaml? Such as -- strict for example. Or is there a way to do this that I am missing?
The text was updated successfully, but these errors were encountered:
This is a great idea. Another way to make this configurable would be to extend the Swift Package Manager API to allow specifying additional custom flags for integrators.
New Issue Checklist
New rule request
Thanks to the work done by folks recently, we can now add SwiftLint as a Build Tool Plug-in which is amazing! It comes with the caveat:
Could there please be the ability to have some of the arguments in the yaml? Such as
-- strict
for example. Or is there a way to do this that I am missing?The text was updated successfully, but these errors were encountered: