Replies: 2 comments
-
@ehmjaysee Can you please create a small project that demonstrates the issue and attach it to a new issue? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see my mistake now. I was expecting all function parameters to be ignored, however the command will only ignore function parameters which are declared in protocols. Closing this issue now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting lots of warnings about unused function parameters like the one below. My shell command specifies --retain-unused-protocol-func-params so I was expecting these warnings to be suppressed. What am I missing?
warning: Parameter 'url' is unused
My shell command:
/opt/homebrew/bin/periphery scan --retain-unused-protocol-func-params --workspace MotionIQ.xcworkspace --schemes MotionIQ --targets MotionIQ --format xcode
Xcode 15.2
periphery 2.18.0
Beta Was this translation helpful? Give feedback.
All reactions