How to set inspection scope to perform a command line inspection ? Follow
Hi
From AppCode, it's possible to set an inspection scope before launching Inspection from the GUI. How to do that from the commande line inspect.sh please ?
Thanks in advance
Please sign in to leave a comment.
Yes, it's possible, use "-d" option as described here: https://www.jetbrains.com/objc/help/working-with-appcode-features-from-command-line.html
Thanks for your answer Alexander
I know that but it allows to set one folder as inspection scope only while into AppCode I've set a list of granted files/directory to inspect. How can I use such a list in command line please ?
Regards