I want to analyse my Unity code, as to say all of my scripts, to check if there are obvious bugs or code smells. Is there any good tool for this ? SonarQube does not support Unity as far as I know. I have heard of Gendarme but I don't know what it is worth, it is stated in this post that it can be used with Unity but there was no update on the GitHub repo for the last 4 years .
Then, is there any known code analizer that use the Unity basecode and can be used in a good development workflow ?