I am using swiftlint for my project with SPM
I want to use unused_imports
rule like this:
...
analyzer_rules:
- unused_import
...
But it does not find any violations, even thought they are in the project
I have also tried turn it on in the opt-in-rules
section
Do you have any ideas, why this could happened?
I am running swiftlint lint --autocorrect