In SonarCloud where/how would I set the parameters for specific rules?
For example, more specifically, I am needing to set “ignoreFontFamilies” on the CSS rule “Font declarations should contain at least one generic font family” (rule ID css:S4649) as shown below from their UI:
To be clear, I am currently using the “Automatic analysis” and have reviewed the related document several times.
It claims that the UI can be used but I do not have an option related to parameters that I could add ignoreFontFamilies. It also mentions using a .sonarcloud.properties file but I cannot find anywhere in the docs that expands on the specific syntax of this file for editing something like ignoreFontFamilies specifically (I need to set it to the name of a custom icon font name in this case).
Any insight is appreciated!