Hi,
I want to do scan my project with sonarlint via command line, and I follow this article
http://www.sonarlint.org/commandline/. After I do my scan with Standalone mode all is well, but when I trying setup to connected mode I face an issue "where I should create/find
global.json for global configuration?" because in article said the location in this
{home}/.sonarlint/conf/global.json. But in my case I can't find the folder conf in {home}/.sonarlint, so what should I do? Do I need create that folder and create global.json too? Before I try this sonarlint for CLI, I am already installed sonarlint plugin for eclipse, whether this step cause no folder conf?
Thanks in advance.