Replies: 1 comment 1 reply
-
|
I'll think about a way of adding configuration for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add a linter for functions that accept printf-like arguments?
let's assume I have the following function:
I'd like staticcheck to complain about missing/missmatched
aparams, just like it does forPrintf,Sprintfand the likes.Either by adding an own check or by configuring it somehow to treat the function like
Printffor the last arugments?Cheers
Beta Was this translation helpful? Give feedback.
All reactions