2

I would like to change the allowed cognitive complexity of a method in SonarLint from the default of 15 to a lower values such as 10. I am using the SonarLint plugin for eclipse.

How can this be done?

Dan Grahn
  • 9,044
  • 4
  • 37
  • 74

1 Answers1

1

In connected mode the threshold for cognitive complexity can be defined in solarlint (csharpsquid:S3776). Please reference here

raghu
  • 335
  • 4
  • 11