Patch for SonarQube code scan fixes. - Mailing list pgadmin-hackers

From Nikhil Mohite
Subject Patch for SonarQube code scan fixes.
Date
Msg-id CAOBg0APsd5hyYQ6QotKzbt=8zU7NgxgOy0t0h0mvEp2tsg9irA@mail.gmail.com
Whole thread Raw
Responses Re: Patch for SonarQube code scan fixes.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Team,

I have fixed some code smell issues in the SonarQube scan, PFA patch.
Details as follows:
1. Database utils:
  • Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed.
2. Schema views:
  • Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 72 to the 15 allowed.
3. Foreign key utils:
  • Refactor this function to reduce its Cognitive Complexity from 39 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed.
4. Rules init:
  • Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed.
5. Trigger init and utils:
  • Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed.

Regards,
Nikhil Mohite.

Attachment

pgadmin-hackers by date:

Previous
From: "Libor M."
Date:
Subject: pgAdmin 4 - Czech translation update for 4.24
Next
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM5686]: Unable to update RLS policy if the policy name contains space in it