Parameter changes not applied for Cognitive Complexity rule

Hi @DGUCOM,

Could you check, on the build machine, the content of the file .sonarqube/conf/cs/SonarLint.xml? It should contain a block like the following and will have some values. Are those values the ones you expect (i.e. threshold: 60 and propertyThreshold: 30)?

<Rule>
  <Key>S3776</Key>
  <Parameters>
    <Parameter>
      <Key>threshold</Key>
      <Value>15</Value>
    </Parameter>
    <Parameter>
      <Key>propertyThreshold</Key>
      <Value>3</Value>
    </Parameter>
  </Parameters>
</Rule>

Cheers,
Amaury